fix syntax error
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.editor = new Editor({
|
this.editor = new Editor({
|
||||||
content: '<p>Hi, I'm just a boring paragraph</p>',
|
content: '<p>Hi, I'm just a boring paragraph</p>',
|
||||||
}),
|
})
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
this.editor.destroy()
|
this.editor.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user