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

feat:添加粘贴

上级 00e9ed9c
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style></style>
</head>
<body>
<div id="app"></div>
<script src="./bundle.js"></script>
<script>
new MdEditor({
el: "#app", // required
themeOptions: {
borderColor: "#dbdbdb",
borderColorActive: "#409eff",
textColor: "#303030",
textColorActive: "#000"
},
canAttachFile: true,
onChange: function(res) {
console.log(res);
}
});
</script>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册