[bugfix] Doc: notify 引入路径错误 (#493)

This commit is contained in:
Fyerl 2018-09-02 09:30:25 +08:00 committed by neverland
parent 60a5e73baf
commit 5924342247

View File

@ -5,7 +5,7 @@
```json ```json
{ {
"usingComponents": { "usingComponents": {
"van-notify": "path/to/vant-weap/dist/notify/index" "van-notify": "path/to/vant-weapp/dist/notify/index"
} }
} }
``` ```
@ -15,7 +15,7 @@
### 基础用法 ### 基础用法
```js ```js
import Notify from 'path/to/zanui-weapp/dist/notify/index'; import Notify from 'path/to/vant-weapp/dist/notify/index';
Notify('通知内容') Notify('通知内容')
``` ```