@@ -16,6 +16,7 @@ import {
quillEditor
} from 'vue-quill-editor'
const toolbarOptions = [
+ [{'undo': []}, {'redo': []}], // 撤销,重做
['bold', 'italic', 'underline', 'strike'], // 加粗,斜体,下划线,删除线
['blockquote', 'code-block'], //引用,代码块
[{