This commit is contained in:
les
2020-01-21 01:17:45 +01:00
parent d834fb4206
commit c74eb99c7b
4 changed files with 13 additions and 22 deletions

View File

@@ -69,7 +69,6 @@ export default {
}
},
mounted () {
console.error('dentro mounted di editor!')
this.editor = new Editor({
onUpdate: _.debounce(({ getHTML }) => this.$emit('input', getHTML()), 300),
content: this.value,