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

Problem with the Editor Component the v-model to modify don't display #12

Open
iamdumonde opened this issue Jul 29, 2024 · 0 comments
Open

Comments

@iamdumonde
Copy link

iamdumonde commented Jul 29, 2024

I'm working on an e-learning application, and I'm creating courses, with the Editor component I'm able to create the course well.

I'm working with laravel vuejs, the problem is in the modification of the created course, you have to call the course and modify it, but in the Editor component, with v-model=“formData.text”, the text isn't displayed, whereas it's displayed in a textarea, or an input, that's where I've been stuck for a while, and with the doc I'm still not making any progress.

image
image

As you can see on those screenshot. The text must show in the Editor Component, so I can edit it and send it back on my database.
Any error in my navigator console..

When I inspect the element this is what I see in Elements
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant