5***@qq.com
5***@qq.com
  • 发布:2025-01-07 17:59
  • 更新:2025-01-07 19:49
  • 阅读:23

uni+v3+vite开发小程序,使用vant的时候警告未找到对应的json文件

分类:uni-app

如题,我使用uni+v3+vite搭建的一个小程序项目,然后我使用了vant来开发。
在pages.json的配置文件中,我配置了globalStyle

"globalStyle": {  
    "navigationBarTextStyle": "black",  
    "navigationBarTitleText": "我的小程序",  
    "navigationBarBackgroundColor": "#F8F8F8",  
    "backgroundColor": "#F8F8F8",  
    "usingComponents": {  
      "van-Toast": "/wxcomponents/@vant/weapp/dist/toast/index",  
      "van-button": "/wxcomponents/@vant/weapp/dist/button/index",  
      "van-icon": "/wxcomponents/@vant/weapp/dist/icon/index",  
      "van-search": "/wxcomponents/@vant/weapp/dist/search/index",  
......  
    }  
  }

然后打出来的包就报错
/wxcomponents/@vant/weapp/dist/toast/index 路径下没有找到对应的json文件​
但是整个项目启动完之后,又能正常使用。
想请问一下这个是什么问题?

2025-01-07 17:59 负责人:无 分享
已邀请:
5***@qq.com

5***@qq.com (作者)

是开发微信小程序时候遇到的

DCloud_UNI_OttoJi

DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信

使用 uvm 升级到最新的 alpha 依赖再试。如果还有问题,提供一个空白工程给我。

要回复问题请先登录注册