提交 1ce69798 authored 作者: lhh's avatar lhh

update

上级 909f79f2
......@@ -9,5 +9,6 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="https://webapp-pub.ezijing.com/plugins/tinymce/tinymce.min.js"></script>
</body>
</html>
......@@ -6,19 +6,14 @@
import Editor from '@tinymce/tinymce-vue'
import ImageUpload from './imageUpload'
export default {
props: {
maxHeight: {
type: Number
}
},
components: {
editor: Editor
},
data() {
return {
init: {
min_height: this.maxHeight || 400,
max_height: 600,
min_height: 200,
max_height: 200,
menubar: false,
statusbar: false,
plugins: 'table autoresize charmap fullscreen hr lists link code preview quickbars',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论