官方給的路徑是這樣
import Toast from 'path/to/@vant/weapp/dist/toast/toast';
然后報錯
thirdScriptError
module "pages/admin/bookList/path/to/@vant/weapp/dist/toast/toast" is not defined
Error: module "pages/admin/bookList/path/to/@vant/weapp/dist/toast/toast" is not defined
修改后
import Toast from '@vant/weapp/toast/toast';
可以正常使用了
作者:ryanxun
鏈接:http://www.itdecent.cn/p/4f27b7a5820d
來源:簡書
著作權(quán)歸作者所有。商業(yè)轉(zhuǎn)載請聯(lián)系作者獲得授權(quán),非商業(yè)轉(zhuǎn)載請注明出處。