Skip to content

Commit 47f4cb1

Browse files
docs(readme): 📝 Update doc
1 parent 007aa4a commit 47f4cb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@
1010

1111
## Installation
1212

13+
### Vue 3
1314
```shell
1415
# npm
1516
$ npm install vue-toy-face
1617
# yarn
1718
$ yarn add vue-toy-face
1819
```
20+
### Vue 2
21+
```shell
22+
# npm
23+
$ npm install vue-toy-face@1.5.0
24+
# yarn
25+
$ yarn add vue-toy-face@1.5.0
26+
```
1927

2028
## Usage
2129

0 commit comments

Comments
 (0)