|
@@ -37,22 +37,6 @@ export default {
|
|
editorOption: {
|
|
editorOption: {
|
|
modules: {
|
|
modules: {
|
|
toolbar: [['bold', 'underline'], [{ color: [] }], [{ list: 'ordered' }]]
|
|
toolbar: [['bold', 'underline'], [{ color: [] }], [{ list: 'ordered' }]]
|
|
- // toolbar: [
|
|
|
|
- // ['bold', 'italic', 'underline', 'strike'],
|
|
|
|
- // ['blockquote', 'code-block'],
|
|
|
|
- // [{ header: 1 }, { header: 2 }],
|
|
|
|
- // [{ list: 'ordered' }, { list: 'bullet' }],
|
|
|
|
- // [{ script: 'sub' }, { script: 'super' }],
|
|
|
|
- // [{ indent: '-1' }, { indent: '+1' }],
|
|
|
|
- // [{ direction: 'rtl' }],
|
|
|
|
- // [{ size: ['small', false, 'large', 'huge'] }],
|
|
|
|
- // [{ header: [1, 2, 3, 4, 5, 6, false] }],
|
|
|
|
- // [{ font: [] }],
|
|
|
|
- // [{ color: [] }, { background: [] }],
|
|
|
|
- // [{ align: [] }],
|
|
|
|
- // ['clean'],
|
|
|
|
- // ['link', 'image', 'video']
|
|
|
|
- // ]
|
|
|
|
},
|
|
},
|
|
theme: 'snow',
|
|
theme: 'snow',
|
|
placeholder: '请输入内容...'
|
|
placeholder: '请输入内容...'
|