Rychou/mpvue-vant

vant-weapp的notify控件

Closed this issue · 0 comments

我看到官方文档是这样介绍的
引入
"usingComponents": {
"van-notify": "path/to/vant-weapp/dist/notify/index"
}
使用
import Notify from 'path/to/vant-weapp/dist/notify/notify';
Notify('通知内容');

————————————
我是使用mpvue的,把vant-weapp放在vant里
他这个path/to是mpvue使用时候的static吗