添加组件

This commit is contained in:
zhengw
2026-01-08 17:13:44 +08:00
parent 55523a761f
commit 8a3d3ac60e
16 changed files with 51 additions and 12 deletions

View File

@@ -13,7 +13,8 @@
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"page-plugin": "pages/components/page-plugin",
"page-plugin": "pages/components/page-plugin/page-plugin",
"no-auth-plugin": "pages/components/no-auth-plugin/no-auth-plugin",
"t-button": "tdesign-miniprogram/button/button"
},
"tabBar": {
@@ -44,4 +45,4 @@
"resolveAlias": {
"@/*": "/*"
}
}
}