提交 02f55966 编写于 作者: 璃白.'s avatar 璃白. 🌻

Update README.md

上级 89d640eb
......@@ -114,12 +114,26 @@ new MdEditor({
<script>
new MdEditor({
el: "#app", // required
value: "回显的内容",
themeOptions: {
borderColor: "#dbdbdb",
borderColorActive: "#409eff",
textColor: "#303030",
textColorActive: "#000"
},
toolsOptions: {
bold: true,
italic: false,
quote: true,
code: true,
link: false,
ul: true,
ol: true,
task: true,
table: false,
fullScreen: false
},
canPreview: true,
canAttachFile: true,
placeholder: "请输入内容",
onChange: function(res) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册