liyongli 1 жил өмнө
parent
commit
5f891fa86a

+ 1 - 0
src/components/editor.vue

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