Skip to content

Commit

Permalink
feat: Add instructions for quickapp
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxin.yy committed Apr 26, 2020
1 parent 4909e7c commit fce2e4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/choose-image/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ $ npm install universal-choose-image --save
```javascript
import chooseImage from 'universal-choose-image';

// 快应用中的引入方法
// import chooseImage from 'universal-choose-image/lib/quickapp;

chooseImage().then(res => {
})
```
Expand Down
3 changes: 3 additions & 0 deletions packages/choose-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ $ npm install universal-choose-image --save
```js
import chooseImage from 'universal-choose-image';

// 快应用中的引入方法
// import chooseImage from 'universal-choose-image/lib/quickapp;

chooseImage().then(res => {
})
```
Expand Down
3 changes: 3 additions & 0 deletions packages/choose-image/docs-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ $ npm install universal-choose-image --save
```js
import chooseImage from 'universal-choose-image';

// 快应用中的引入方法
// import chooseImage from 'universal-choose-image/lib/quickapp;

chooseImage().then(res => {
})
```
Expand Down

0 comments on commit fce2e4f

Please sign in to comment.