Skip to content

Commit 9dd4d24

Browse files
committed
Merge branch 'dev' of https://github.com/leezng/vue-json-pretty into dev
2 parents 73bf6b3 + 59d0287 commit 9dd4d24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ $ npm install vue-json-pretty --save
5252
$ yarn add vue-json-pretty
5353
```
5454

55+
## Use Vue3
56+
57+
```bash
58+
$ npm install vue-json-pretty@next --save
59+
```
60+
5561
## Usage
5662

5763
The CSS file is included separately and needs to be imported manually. You can either import CSS globally in your app (if supported by your framework) or directly from the component.

0 commit comments

Comments
 (0)