From 59243422478f0edc35aaa6b17b1edbae1f2d2f0f Mon Sep 17 00:00:00 2001 From: Fyerl Date: Sun, 2 Sep 2018 09:30:25 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]=20Doc:=20notify=20=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF=20(#493)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/notify/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/notify/README.md b/packages/notify/README.md index 972c969f..2f8a3566 100644 --- a/packages/notify/README.md +++ b/packages/notify/README.md @@ -5,7 +5,7 @@ ```json { "usingComponents": { - "van-notify": "path/to/vant-weap/dist/notify/index" + "van-notify": "path/to/vant-weapp/dist/notify/index" } } ``` @@ -15,7 +15,7 @@ ### 基础用法 ```js -import Notify from 'path/to/zanui-weapp/dist/notify/index'; +import Notify from 'path/to/vant-weapp/dist/notify/index'; Notify('通知内容') ```