We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ee1b7 commit e1e26d7Copy full SHA for e1e26d7
uni_modules/uni-data-picker/changelog.md
@@ -1,3 +1,7 @@
1
+## 0.3.4(2021-05-28)
2
+- 修复 v-model无效问题
3
+- 修复 loaddata 为空数据组时加载时间过长问题
4
+- 修复 上个版本引出的本地数据无法选择带有children的2级节点
5
## 0.3.3(2021-05-12)
6
- 新增 组件示例地址
7
## 0.3.2(2021-04-22)
uni_modules/uni-data-picker/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-data-picker",
"displayName": "uni-data-picker 数据驱动的picker选择器",
- "version": "0.3.3",
+ "version": "0.3.4",
"description": "Picker选择器",
"keywords": [
"uni-ui",
0 commit comments