diff --git a/src/components/QuasarTiptap.vue b/src/components/QuasarTiptap.vue index ea92ad9..1c979f2 100644 --- a/src/components/QuasarTiptap.vue +++ b/src/components/QuasarTiptap.vue @@ -266,8 +266,10 @@ export default { setContent () { try { this.json = JSON.parse(this.content) + this.html = '' } catch (e) { this.html = this.content + this.json = {} } // From JSON