This website works better with JavaScript
Home
Explore
Help
Register
Sign In
liyongli
/
mediaAll
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
提交
liyongli
1 year ago
parent
b9617225e0
commit
5f891fa86a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/components/editor.vue
+ 1
- 0
src/components/editor.vue
View File
@@ -29,6 +29,7 @@ export default {
},
watch: {
rawText(val) {
+
this.$refs.editor.innerHTML = val;
},
},