mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-23 20:40:38 +03:00
fix links on README.md
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
Simple JSON viewer component, for Vue.js 2
|
Simple JSON viewer component, for Vue.js 2
|
||||||
|
|
||||||
- [Installing](#Installing)
|
- [Installing](#installing)
|
||||||
- [Example](#Example)
|
- [Example](#example)
|
||||||
- [Options](#Options)
|
- [Options](#options)
|
||||||
- [Theming](#Theming)
|
- [Theming](#theming)
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
Using npm:
|
Using npm:
|
||||||
@@ -117,7 +117,7 @@ new Vue({
|
|||||||
| Property | Description | Default |
|
| Property | Description | Default |
|
||||||
| ----------- |:------------- | ----------- |
|
| ----------- |:------------- | ----------- |
|
||||||
| `value` | JSON data (can be used with `v-model`) | **Required** |
|
| `value` | JSON data (can be used with `v-model`) | **Required** |
|
||||||
| `expand-depth` | Display the copy button | `1` |
|
| `expand-depth` | Collapse blocs under this depth | `1` |
|
||||||
| `copyable` | Display the copy button | `false` |
|
| `copyable` | Display the copy button | `false` |
|
||||||
| `sort` | Sort keys before displaying | `false` |
|
| `sort` | Sort keys before displaying | `false` |
|
||||||
| `boxed` | Add a fancy "boxed" style to component | `false` |
|
| `boxed` | Add a fancy "boxed" style to component | `false` |
|
||||||
|
|||||||
Reference in New Issue
Block a user