liyongli 1 năm trước cách đây
mục cha
commit
5f891fa86a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/editor.vue

+ 1 - 0
src/components/editor.vue

@@ -29,6 +29,7 @@ export default {
   },
   watch: {
     rawText(val) {
+        
       this.$refs.editor.innerHTML = val;
     },
   },