We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471a510 commit 3160aa9Copy full SHA for 3160aa9
changelog.md
@@ -1,3 +1,6 @@
1
+## 3.2.3(2021-08-10)
2
+- 优化 tabbar 页面移除 vuex 相关代码
3
+- 新增 适配 vue3 (app)
4
## 3.2.2(2021-08-10)
5
- 新增 适配快手小程序
6
- 新增 同步 uni-ui
manifest.json
@@ -137,5 +137,5 @@
137
"timeout" : 20000
138
}
139
},
140
- "vueVersion" : "3"
+ "vueVersion" : "2"
141
package.json
@@ -2,7 +2,7 @@
"id": "hello-uniapp",
"name": "hello-uniapp",
"displayName": "hello-uniapp 示例工程",
- "version": "3.2.2",
+ "version": "3.2.3",
"description": "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments