Tui.editor: Can't I use v-model?

Created on 1 Jul 2020  Â·  3Comments  Â·  Source: nhn/tui.editor

Summary

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?

Version

"@toast-ui/vue-editor": "^2.2.0"

Question inactive

Most helpful comment

All 3 comments

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nilhave picture nilhave  Â·  3Comments

hrvoj3e picture hrvoj3e  Â·  3Comments

Gilles-GitHub picture Gilles-GitHub  Â·  4Comments

existme picture existme  Â·  3Comments

Rorke76753 picture Rorke76753  Â·  4Comments