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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: