Skip to content

Commit 3160aa9

Browse files
committed
publish v3.2.3
1 parent 471a510 commit 3160aa9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.3(2021-08-10)
2+
- 优化 tabbar 页面移除 vuex 相关代码
3+
- 新增 适配 vue3 (app)
14
## 3.2.2(2021-08-10)
25
- 新增 适配快手小程序
36
- 新增 同步 uni-ui

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@
137137
"timeout" : 20000
138138
}
139139
},
140-
"vueVersion" : "3"
140+
"vueVersion" : "2"
141141
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "hello-uniapp",
33
"name": "hello-uniapp",
44
"displayName": "hello-uniapp 示例工程",
5-
"version": "3.2.2",
5+
"version": "3.2.3",
66
"description": "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)