Closed dastanzholdas closed 11 months ago
what compiler are you using? can you share your package.json file?
indeed your project seems old, it uses outdated libraries and some newer Javascript language additions like destructuring which are used here are not understood by the compiler. Try to update all your dependencies, especially Webpack. Or you can start a new project from scratch using the new workflow (Vue3 + Vite) https://vuejs.org/guide/quick-start
"vue": "^2.6.10", "vue-document-editor": "^1.5.1"
In emit_new_content methods