Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Jan 15, 2023
1 parent 7fdeab0 commit 601b8cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README-ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@
```js
npm install vue-photo-zoom-pro

# In Vue 2 project
npm i vue-photo-zoom-pro@2.x

# or
yarn add vue-photo-zoom-pro

# In Vue 2 project
yarn add vue-photo-zoom-pro@2.x
```

## 使用
Expand Down
6 changes: 6 additions & 0 deletions docs/zh/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ sidebarDepth: 2
```js
npm install vue-photo-zoom-pro

# In Vue 2 project
npm i vue-photo-zoom-pro@2.x

# or
yarn add vue-photo-zoom-pro

# In Vue 2 project
yarn add vue-photo-zoom-pro@2.x
```

```js
Expand Down

0 comments on commit 601b8cb

Please sign in to comment.