uni-file-picker.vue组件中图片不显示,使用schema2code生成的代码.
Open
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
```
姓名
头像
操作
{{item.username}}
修改
删除
```
**:value="item.avatar"传给组件uni-file-picker的值,在uni-file-picker.vue组件中watch监听value和modelValue都是immediate: true。导致连续处理了两次。导致setValue方法处理this.files的数据时,后面的把前面的覆盖了图片无法显示。**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.