mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-17 19:21:24 +03:00
fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Simple json display component, based on vue
|
||||
|
||||
## Installing:
|
||||
## Installing:
|
||||
Using npm:
|
||||
```
|
||||
$ npm install vue-json-viewer
|
||||
@@ -14,7 +14,7 @@ Using bower:
|
||||
$ yarn add vue-json-viewer
|
||||
```
|
||||
|
||||
## Example:
|
||||
## Example:
|
||||
|
||||
``` html
|
||||
<json-viewer :value="jsonData" :show-copy="true" icon-prefix="ion" :show-bigger="true"></json-viewer>
|
||||
@@ -41,7 +41,7 @@ export default {
|
||||
}
|
||||
}
|
||||
```
|
||||
## Result
|
||||
## Result:
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user