Browse Source

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

loki 4 năm trước cách đây
mục cha
commit
76c43e995e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>