hookehuyr

🔧 build: 新增taro-ui组件

This diff could not be displayed because it is too large.
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
47 "axios-miniprogram": "^2.0.0-rc-2", 47 "axios-miniprogram": "^2.0.0-rc-2",
48 "pinia": "^2.0.6", 48 "pinia": "^2.0.6",
49 "taro-plugin-pinia": "^1.0.0", 49 "taro-plugin-pinia": "^1.0.0",
50 + "taro-ui-vue3": "^1.0.0-alpha.21",
50 "vant": "^4.0.0-alpha.3", 51 "vant": "^4.0.0-alpha.3",
51 "vue": "^3.2.24" 52 "vue": "^3.2.24"
52 }, 53 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "miniprogramRoot": "./dist", 2 "miniprogramRoot": "./dist",
3 "projectname": "swx-weapp", 3 "projectname": "swx-weapp",
4 "description": "胜文轩小程序", 4 "description": "胜文轩小程序",
5 - "appid": "touristappid", 5 + "appid": "wxa2e50e76487d1d7b",
6 "setting": { 6 "setting": {
7 "urlCheck": true, 7 "urlCheck": true,
8 "es6": false, 8 "es6": false,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "miniprogramRoot": "./", 2 "miniprogramRoot": "./",
3 "projectname": "swx-weapp", 3 "projectname": "swx-weapp",
4 "description": "胜文轩小程序", 4 "description": "胜文轩小程序",
5 - "appid": "touristappid", 5 + "appid": "wxa2e50e76487d1d7b",
6 "setting": { 6 "setting": {
7 "urlCheck": true, 7 "urlCheck": true,
8 "es6": false, 8 "es6": false,
......
1 +/*
2 + * @Date: 2022-09-19 14:11:06
3 + * @LastEditors: hookehuyr hookehuyr@gmail.com
4 + * @LastEditTime: 2022-09-20 10:18:33
5 + * @FilePath: /swx/vantComponentConf.js
6 + * @Description: 文件描述
7 + */
1 const vantComponentNames = [ 8 const vantComponentNames = [
2 "button", 9 "button",
3 "icon", 10 "icon",
...@@ -24,6 +31,7 @@ const vantComponentNames = [ ...@@ -24,6 +31,7 @@ const vantComponentNames = [
24 "action-sheet", 31 "action-sheet",
25 "checkbox", 32 "checkbox",
26 "transition", 33 "transition",
34 + "uploader",
27 ]; 35 ];
28 36
29 module.exports = vantComponentNames; 37 module.exports = vantComponentNames;
......
This diff could not be displayed because it is too large.