浏览代码

fix: #富文本框可能尚未销毁

loki 3 年之前
父节点
当前提交
76c43e995e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/RichText.vue

+ 1 - 0
src/components/RichText.vue

@@ -4,6 +4,7 @@
     :config="config"
     @input="handleInput"
     @ready="ready"
+    :destroy="true"
   />
 </template>
 <script>