You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Example Code
<script setup>
import { ref } from "vue";
const value = ref('Always bet on Prime');
</script>
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
The text was updated successfully, but these errors were encountered: