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
Context:
I use this editor inside of a child component so I input my content from the parent. When I use v-model I got the error of vue, that I shouldn't update props directly. So I switched from v-model to :value.
Expected behaviour:
It should show the content inside of the editor
Context:
I use this editor inside of a child component so I input my content from the parent. When I use v-model I got the error of vue, that I shouldn't update props directly. So I switched from v-model to :value.
Expected behaviour:
It should show the content inside of the editor
What happens:
Nothing is shown in the editor.
Code:
Parent component:
Child component:
The text was updated successfully, but these errors were encountered: