2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-17 19:21:24 +03:00

fix links on README.md

This commit is contained in:
STAFYNIAK Sacha
2018-09-18 00:41:05 +02:00
parent 3c82e88c3b
commit 8634437e9c
+5 -5
View File
@@ -2,10 +2,10 @@
Simple JSON viewer component, for Vue.js 2
- [Installing](#Installing)
- [Example](#Example)
- [Options](#Options)
- [Theming](#Theming)
- [Installing](#installing)
- [Example](#example)
- [Options](#options)
- [Theming](#theming)
## Installing
Using npm:
@@ -117,7 +117,7 @@ new Vue({
| Property | Description | Default |
| ----------- |:------------- | ----------- |
| `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` |
| `sort` | Sort keys before displaying | `false` |
| `boxed` | Add a fancy "boxed" style to component | `false` |