mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix: Cascader Unexpected display 'No Data' (#6815)
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:key="index"
|
||||
:ref="(item) => (menuList[index] = item)"
|
||||
:index="index"
|
||||
:nodes="menu"
|
||||
:nodes="[...menu]"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user