File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Simple JSON viewer component, for Vue.js 2
4
4
5
- - [ Installing] ( #Installing )
6
- - [ Example] ( #Example )
7
- - [ Options] ( #Options )
8
- - [ Theming] ( #Theming )
5
+ - [ Installing] ( #installing )
6
+ - [ Example] ( #example )
7
+ - [ Options] ( #options )
8
+ - [ Theming] ( #theming )
9
9
10
10
## Installing
11
11
Using npm:
@@ -117,7 +117,7 @@ new Vue({
117
117
| Property | Description | Default |
118
118
| ----------- | :------------- | ----------- |
119
119
| ` value ` | JSON data (can be used with ` v-model ` ) | ** Required** |
120
- | ` expand-depth ` | Display the copy button | ` 1 ` |
120
+ | ` expand-depth ` | Collapse blocs under this depth | ` 1 ` |
121
121
| ` copyable ` | Display the copy button | ` false ` |
122
122
| ` sort ` | Sort keys before displaying | ` false ` |
123
123
| ` boxed ` | Add a fancy "boxed" style to component | ` false ` |
You can’t perform that action at this time.
0 commit comments