소스 검색

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>