When using PrimeVue’s Editor component with Quill version 2.0.2, the Editor does not display the value passed through v-model. However, when downgrading to Quill version 1.3.7, the Editor works as expected, correctly displaying the bound value.
Steps to Reproduce
1. Implement the Editor component with v-model binding.
2. Assign an initial value to the bound variable.
Describe the bug
When using PrimeVue’s Editor component with Quill version 2.0.2, the Editor does not display the value passed through v-model. However, when downgrading to Quill version 1.3.7, the Editor works as expected, correctly displaying the bound value.
Steps to Reproduce
Example Code
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-z7njhy?file=package.json
PrimeVue version
4.2.1
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response