Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: quill Version 2.0.2 #6732

Closed
kirilldorozhynskyi opened this issue Nov 5, 2024 · 3 comments
Closed

Editor: quill Version 2.0.2 #6732

kirilldorozhynskyi opened this issue Nov 5, 2024 · 3 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@kirilldorozhynskyi
Copy link

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

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>

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

@kirilldorozhynskyi kirilldorozhynskyi added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 5, 2024
@ZiadJ
Copy link

ZiadJ commented Nov 9, 2024

Potential duplicate: #5606

@hamzehparsi
Copy link

“I also have this problem in Nuxt.”

@tugcekucukoglu
Copy link
Member

Duplicate #5606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

4 participants