"easycom": {
"autoscan": false,
"custom": {
"uni-(.*)": "@/components/uni-ui/uni-(.*)/uni-(.*).vue",
"yu-(.*)": "@/components/yu-ui/yu-(.*)/yu-(.*).vue"
}
},
修改后按照文档要求,修改了页面重新编译.
但还是
报错如下
index.js:24551 [Vue warn]: Unknown custom element: <uni-card> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
2***@qq.com
"autoscan": true,这个选项要为true,否则无效。
2020-04-14 13:39