直接複製開用ui
解決在回顯數據的時候會默認聚焦this
this.$refs.myQuillEditor.quill.enable(false); setTimeout(() => { this.$refs.myQuillEditor.quill.enable(true); }, 2000);