This is the initial content of the editor
" :init="{ width: 600, max_width:500, height: 300, max_height:500, plugins: [ 'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker', 'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking', 'save table directionality emoticons template paste' ], toolbar: 'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons', content_css: 'css/content.css', images_upload_url: 'postAcceptor.php', //上传的地址 file_picker_callback: function(callback, value, meta) { } //上传的回调 file_picker_types: 'file image media', images_dataimg_filter: function(img) {},//加水印 images_reuse_filename: false,//是否使用原来的文件名,默认重新生成一个唯一的名字 images_upload_base_path: '/some/basepath', //图片前缀 images_upload_credentials: true,//从地址传递还是传base64 images_upload_handler: function (blobInfo, success, failure) {}, automatic_uploads: false, contextmenu: "link image imagetools table spellchecker", contextmenu_never_use_native: true, statusbar: false, hidden_input: false draggable_modal: true font_formats: 'Arial=arial,helvetica,sans-serif;', fontsize_formats: '11px 12px 14px 16px 18px 24px 36px 48px' icons_url: 'https://www.example.com/icons/material/icons.js', // load icon pack icons: 'material' // use icon pack menu: { file: { title: 'File', items: 'newdocument restoredraft | preview | print ' }, edit: { title: 'Edit', items: 'undo redo | cut copy paste | selectall | searchreplace' }, view: { title: 'View', items: 'code | visualaid visualchars visualblocks | spellchecker | preview fullscreen' }, insert: { title: 'Insert', items: 'image link media template codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor toc | insertdatetime' }, format: { title: 'Format', items: 'bold italic underline strikethrough superscript subscript codeformat | formats blockformats fontformats fontsizes align | forecolor backcolor | removeformat' }, tools: { title: 'Tools', items: 'spellchecker spellcheckerlanguage | code wordcount' }, table: { title: 'Table', items: 'inserttable tableprops deletetable row column cell' }, help: { title: 'Help', items: 'help' } }, menubar: 'file edit insert view format table tools help', menubar: false, quickbars_insert_toolbar: 'quickimage quicktable', quickbars_selection_toolbar: 'bold italic | quicklink h2 h3 blockquote', resize: false, skin: "oxide", theme: 'silver' style_formats: [ { title: 'Headings', items: [ { title: 'Heading 1', format: 'h1' }, { title: 'Heading 2', format: 'h2' }, { title: 'Heading 3', format: 'h3' }, { title: 'Heading 4', format: 'h4' }, { title: 'Heading 5', format: 'h5' }, { title: 'Heading 6', format: 'h6' } ]}, { title: 'Inline', items: [ { title: 'Bold', format: 'bold' }, { title: 'Italic', format: 'italic' }, { title: 'Underline', format: 'underline' }, { title: 'Strikethrough', format: 'strikethrough' }, { title: 'Superscript', format: 'superscript' }, { title: 'Subscript', format: 'subscript' }, { title: 'Code', format: 'code' } ]}, { title: 'Blocks', items: [ { title: 'Paragraph', format: 'p' }, { title: 'Blockquote', format: 'blockquote' }, { title: 'Div', format: 'div' }, { title: 'Pre', format: 'pre' } ]}, { title: 'Align', items: [ { title: 'Left', format: 'alignleft' }, { title: 'Center', format: 'aligncenter' }, { title: 'Right', format: 'alignright' }, { title: 'Justify', format: 'alignjustify' } ]} ], toolbar: [ { name: 'history', items: [ 'undo', 'redo' ] }, ], toolbar_drawer: 'floating', }" >