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 fe5a2fb commit 4909e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/choose-image/docs-template/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
1 change: 0 additions & 1 deletion packages/choose-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.12.4",
"rax-plugin-component": "^0.1.8",
"rax-scripts": "^2.0.0",
"typescript": "^3.4.5"
},
"repository": {
Expand Down

0 comments on commit 4909e7c

Please sign in to comment.