diff --git a/package.json b/package.json index f172bc3..7c6b818 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "@dcloudio/uni-quickapp-webview": "2.0.1-36520221121002", "@dcloudio/uni-stacktracey": "2.0.1-36520221121002", "@dcloudio/uni-stat": "2.0.1-36520221121002", + "@dcloudio/uni-ui": "^1.5.7", "@vue/shared": "^3.0.0", "core-js": "^3.6.5", "flyio": "^0.6.2", diff --git a/src/pages.json b/src/pages.json index ae7c01e..7a82110 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,8 +1,9 @@ { "easycom": { "autoscan": true, - "custom": { - "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" + "custom": { // yarn add @dcloudio/uni-ui @climblee/uv-ui + "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue", + "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages diff --git a/src/subpackage/community/components/tab_bar.vue b/src/subpackage/community/components/tab_bar.vue index 4f913c5..d67216b 100644 --- a/src/subpackage/community/components/tab_bar.vue +++ b/src/subpackage/community/components/tab_bar.vue @@ -1,6 +1,6 @@