Skip to content

Commit 59d0287

Browse files
author
Daniel
authored
Update README.md
1 parent 8a4aa3f commit 59d0287

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)