Parcourir la source

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

loki il y a 4 ans
Parent
commit
76c43e995e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>