picker slot数据被刷新问题
Open
enhancement
PR welcome
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 3.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Mint UI version
2.0.5
### Device model
### Reproduction Link
### What is Expected?
目前你们提供初始化 picker 是通过 slot 的数据,但是不支持数据被刷新,要么就把slot的值拷贝一份下来,不受计算属性影响! 要么支持可以被计算属性控制,这样我就不用每次通过 api 去重置数据了
### What is actually happening?
picker使用 slot 生成数据是在 create 的时候,我的slot绑定的是一个计算属性,如果计算属性里的数据被刷新,也会触发picker的数据绑定被刷新,但是索引的创建只有create,然后数据就乱了。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.