arco-design-vue
arco-design-vue copied to clipboard
Select组件的options数据动态置为空数组时empty状态不显示
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Framework version: Vue3.2.37
- Browser: chrome105.0.0.0
- Reproduction Link: https://stackblitz.com/edit/angular-ftedxr?file=src%2FApp.vue
What is expected?
动态将data更改为空数组时,empty状态及时显示。
Steps to reproduce
1、初始化时data是有值的,下拉框显示没问题 2、点击按钮将data置为空数组时,empty状态不显示