1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序-用户登录逻辑完成

This commit is contained in:
2022-11-22 12:44:40 +08:00
parent 912cee22ae
commit eb7b09d729
32 changed files with 519 additions and 29 deletions

View File

@@ -38,35 +38,35 @@
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.5.7",
"@tarojs/helper": "3.5.7",
"@tarojs/plugin-platform-weapp": "3.5.7",
"@tarojs/plugin-framework-vue3": "3.5.7",
"@tarojs/plugin-platform-alipay": "3.5.7",
"@tarojs/plugin-platform-tt": "3.5.7",
"@tarojs/plugin-platform-swan": "3.5.7",
"@tarojs/plugin-platform-jd": "3.5.7",
"@tarojs/plugin-platform-qq": "3.5.7",
"@tarojs/plugin-platform-swan": "3.5.7",
"@tarojs/plugin-platform-tt": "3.5.7",
"@tarojs/plugin-platform-weapp": "3.5.7",
"@tarojs/router": "3.5.7",
"@tarojs/runtime": "3.5.7",
"@tarojs/shared": "3.5.7",
"@tarojs/taro": "3.5.7",
"@tarojs/taro-h5": "3.5.7",
"@tarojs/plugin-framework-vue3": "3.5.7",
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/cli": "3.5.7",
"@types/webpack-env": "^1.13.6",
"webpack": "5.69.0",
"@tarojs/webpack5-runner": "3.5.7",
"babel-preset-taro": "3.5.7",
"css-loader": "3.4.2",
"style-loader": "1.3.0",
"@types/webpack-env": "^1.13.6",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.0.0",
"vue-loader": "^17.0.0",
"eslint-plugin-vue": "^8.0.0",
"eslint-config-taro": "3.5.7",
"babel-preset-taro": "3.5.7",
"css-loader": "3.4.2",
"eslint": "^8.12.0",
"stylelint": "^14.4.0"
"eslint-config-taro": "3.5.7",
"eslint-plugin-vue": "^8.0.0",
"style-loader": "1.3.0",
"stylelint": "^14.4.0",
"vue-loader": "^17.0.0",
"webpack": "5.69.0"
}
}