vue-quill-editor回顯時移除焦點

直接複製開用ui

解決在回顯數據的時候會默認聚焦this

 

this.$refs.myQuillEditor.quill.enable(false);
setTimeout(() => {
  this.$refs.myQuillEditor.quill.enable(true);
}, 2000);
相關文章
相關標籤/搜索