-
Notifications
You must be signed in to change notification settings - Fork 126
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
v-model not working with output-format="json" #94
Comments
Interesting, I'll see what is the reason. Code is here, maybe you can help. |
I tried Could you provide a reproduction or at least more information about the problem, please?
I do not understand. |
Hi, to reproduce : PS: if you remove output-format="json", it work as expected Regards |
I also want to use v-model with a JSON value but value prop in TipTapVuetify is defined as String which causes a warning:
If i pass serialized json content, the warning is gone but the editor content displays the serialized value like seen in screenshot above. Just insert json content into v-model for reproduction:
|
removed serializing of JSON in output, added Object type to v-model prop Fix #94
🎉 This issue has been resolved in version 2.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi,
two-way binding (v-model) not working with output-format="json"
If i re-load json, i see the json, not the result
Regards
The text was updated successfully, but these errors were encountered: