hookehuyr

🔧 build: 新增taro-ui组件

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