We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2247591 commit 9785742Copy full SHA for 9785742
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vux",
3
- "version": "2.9.3",
+ "version": "2.9.4",
4
"main": "index.js",
5
"description": "Mobile web UI based on Vue and WeUI",
6
"keywords": [
src/components/picker/metas.yml
@@ -144,7 +144,7 @@ methods:
144
en: get labels of current value
145
zh-CN: 根据 value 获取字面值
146
changes:
147
- next:
+ v2.9.4:
148
en:
149
- '[fix] Fix chain mode get value is wrong when quickly scroll multiple children.'
150
zh-CN:
src/components/tab/metas.yml
@@ -112,7 +112,7 @@ tab-item:
112
en: emits when current tabItem is clicked
113
zh-CN: 当前 tabItem 被点击时触发
114
115
116
117
- '[fix] tab #2850'
118
0 commit comments