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 {
65
65
ref =" jsonEditorVueRef"
66
66
v-model =" data.value"
67
67
:mode.sync =" mode"
68
- :readOnly =" readOnly"
68
+ :read-only =" readOnly"
69
69
/>
70
70
71
71
<br >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ onMounted(() => {
57
57
ref =" jsonEditorVueRef"
58
58
v-model =" data.value"
59
59
:mode.sync =" data.mode"
60
- :readOnly =" data.readOnly"
60
+ :read-only =" data.readOnly"
61
61
/>
62
62
63
63
<br >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ onMounted(() => {
76
76
ref =" jsonEditorVueRef"
77
77
v-model =" data.value"
78
78
v-model:mode =" data.mode"
79
- :readOnly =" data.readOnly"
79
+ :read-only =" data.readOnly"
80
80
:parser =" data.parser"
81
81
/>
82
82
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import JsonEditorVue from 'json-editor-vue'
6
6
<div style =" border : 1px solid lightgrey ; padding : 1rem ;" >
7
7
I am sub.
8
8
<JsonEditorVue
9
- :modelValue =" 123"
9
+ :model-value =" 123"
10
10
style =" width : 370px ;"
11
11
/>
12
12
</div >
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export default antfu(
18
18
'vue/no-deprecated-dollar-scopedslots-api' : 'off' ,
19
19
'vue/no-v-html' : 'off' ,
20
20
'vue/singleline-html-element-content-newline' : 'off' ,
21
- 'vue/v-on-event-hyphenation' : [ 'error' , 'never' ] ,
22
21
} ,
23
22
} ,
24
23
)
You can’t perform that action at this time.
0 commit comments