primevue-examples
primevue-examples copied to clipboard
Problem with the Editor Component the v-model to modify don't display
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.
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