I installed '@toast-ui/vue-editor' to use the editor in vue. The component was imported and registered.
I am trying to use it like this in templete
<editor
:options="editorOptions"
v-model="createParams.content"
height="300px"
initialEditType="wysiwyg" />
but data binding doesn't work.
https://github.com/nhn/tui.editor/issues/1023
Is the v-model still not working?
"@toast-ui/vue-editor": "^2.2.0"
Most helpful comment