Explorar o código

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

loki %!s(int64=4) %!d(string=hai) anos
pai
achega
76c43e995e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>