美文网首页
vant 小程序踩坑之Toast

vant 小程序踩坑之Toast

作者: 我王某不需要昵称 | 来源:发表于2022-01-11 17:11 被阅读0次

    官方给的路径是这样

    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

    链接:https://www.jianshu.com/p/4f27b7a5820d

    来源:简书

    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

    相关文章

      网友评论

          本文标题:vant 小程序踩坑之Toast

          本文链接:https://www.haomeiwen.com/subject/sxticrtx.html