primevue-examples icon indicating copy to clipboard operation
primevue-examples copied to clipboard

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

Open iamdumonde opened this issue 6 months ago • 0 comments

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

iamdumonde avatar Jul 29 '24 10:07 iamdumonde