@@ -15,6 +15,7 @@ export default {
watch: {
rawText(t) {
this.editor.innerHTML = t;
+ localStorage.setItem('media_editor', this.editor.value.innerHTML);
},
setup() {