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