diff --git a/src/components/quill/options.js b/src/components/quill/options.js index b5ca728..b368bcb 100644 --- a/src/components/quill/options.js +++ b/src/components/quill/options.js @@ -5,5 +5,12 @@ export default [ [{ "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] }], + [{ "color": [] }, { "background": [] }], + [{ "font": [] }], + [{ "align": [] }], ["clean"], + ["link", "image", "video"] ]; \ No newline at end of file diff --git a/src/views/title/Editphoto.vue b/src/views/title/Editphoto.vue index 27e7ed0..8cfff2a 100644 --- a/src/views/title/Editphoto.vue +++ b/src/views/title/Editphoto.vue @@ -48,13 +48,7 @@ > - - + - +