uni-app项目使用uview-ui报错:Component is not found in path node-modules/uview-ui/components/xx/xx

解决:

一、uview-ui如果是npm安装 需要在pages.json中添加easycom配置
"easycom": {
    "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  }
二、配置了以上还报错的话可能是 tempalte样式最外层没用标签包括着(只允许有一层

包裹最外层

你可能感兴趣的:(前端开发错误总结,小程序,vue.js,前端,微信小程序)