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