Open DoubleJ-G opened 2 years ago
Currently using a variable in v-model="json" will correctly set the initial value of the editor, but any changes will not be updated on thejsonvariable. To correctly update this the component should emit aupdate:modelValue` event with the new value
v-model="json" will correctly set the initial value of the editor, but any changes will not be updated on the
variable. To correctly update this the component should emit a
I'm also experiencing this problem now.
Currently using a variable in
v-model="json" will correctly set the initial value of the editor, but any changes will not be updated on the
jsonvariable. To correctly update this the component should emit a
update:modelValue` event with the new value