File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<h3 >Options:</h3 >
8
8
<div class =" options" >
9
- <div >
9
+ <div >
10
10
<label >virtualLines</label >
11
11
<input v-model =" state.virtualLines" type =" number" />
12
12
</div >
13
- <div >
13
+ <div >
14
14
<label >showLine</label >
15
15
<input v-model =" state.showLine" type =" checkbox" />
16
16
</div >
33
33
<vue-json-pretty
34
34
style =" height :400px "
35
35
:virtual =" true"
36
- :virtualLines =" state.virtualLines"
36
+ :virtualLines =" + state.virtualLines"
37
37
:data =" state.data"
38
38
:deep =" state.deep"
39
39
:show-line =" state.showLine"
@@ -70,7 +70,7 @@ export default defineComponent({
70
70
collapsedOnClickBrackets: true ,
71
71
deep: 3 ,
72
72
virtualLines: 20 ,
73
- });
73
+ });
74
74
75
75
watch (
76
76
() => state .val ,
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export default defineComponent({
252
252
return (
253
253
< div
254
254
ref = "tree"
255
- class = { {
255
+ class = { {
256
256
'vjs-tree' : true ,
257
257
'is-virtual' : virtual ,
258
258
} }
You can’t perform that action at this time.
0 commit comments