I use Vue 3
I used this before. It worked just fine.
<textarea v-model="description" required></textarea>
But I changed it to this
<QuillEditor
v-model="description" required
/>
In QuillEditor, many factors such as placeholder worked well, but only v-model didn't work.
Is this simply a dependency issue? If not, how should I change it?
I downloaded it from https://vueup.github.io/vue-quill/guide/installation.html#cdn
If this is a simple dependency problem, is there a solution? If not, could you recommend another vue3 compatible editor? (Images may be attached)