Update component import paths and remove unused import

This commit is contained in:
aixianling
2024-10-31 15:35:41 +08:00
parent 11712c0419
commit 37c4ff83cb
2 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const init = require("./build")
const json = {
easycom: {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^(Ai|V)(.*)": "components/$1$2.vue",
"^(Ai|V)(.*)": "@/components/$1$2.vue",
},
pages: [
{path: 'pages/loading', style: {navigationBarTitleText: "欢迎使用"}},