-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Hi,
I am using this beautiful editor but having a problem with mode. I have Vue 2.6.14.
Here is my usage:
<json-editor-vue
v-model="json"
:readOnly="true"
:navigationBar="false"
:mainMenuBar="false"
:mode.sync="data.mode"
></json-editor-vue>
In data I also have: mode: 'text',
I also tried :mode.sync="mode"
But editor is not showing up in text mode.
Thanks
Metadata
Metadata
Assignees
Labels
No labels