File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default {
6565 ref =" jsonEditorVueRef"
6666 v-model =" data.value"
6767 :mode.sync =" mode"
68- :readOnly =" readOnly"
68+ :read-only =" readOnly"
6969 />
7070
7171 <br >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ onMounted(() => {
5757 ref =" jsonEditorVueRef"
5858 v-model =" data.value"
5959 :mode.sync =" data.mode"
60- :readOnly =" data.readOnly"
60+ :read-only =" data.readOnly"
6161 />
6262
6363 <br >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ onMounted(() => {
7676 ref =" jsonEditorVueRef"
7777 v-model =" data.value"
7878 v-model:mode =" data.mode"
79- :readOnly =" data.readOnly"
79+ :read-only =" data.readOnly"
8080 :parser =" data.parser"
8181 />
8282
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import JsonEditorVue from 'json-editor-vue'
66 <div style =" border : 1px solid lightgrey ; padding : 1rem ;" >
77 I am sub.
88 <JsonEditorVue
9- :modelValue =" 123"
9+ :model-value =" 123"
1010 style =" width : 370px ;"
1111 />
1212 </div >
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export default antfu(
1818 'vue/no-deprecated-dollar-scopedslots-api' : 'off' ,
1919 'vue/no-v-html' : 'off' ,
2020 'vue/singleline-html-element-content-newline' : 'off' ,
21- 'vue/v-on-event-hyphenation' : [ 'error' , 'never' ] ,
2221 } ,
2322 } ,
2423)
You can’t perform that action at this time.
0 commit comments