mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
Merge branches 'next' and 'next' of https://github.com/vueComponent/ant-design-vue into next
This commit is contained in:
commit
2f467d75f0
@ -40,7 +40,7 @@ const Menu = {
|
||||
watch(
|
||||
() => props.openKeys,
|
||||
() => {
|
||||
openKeys.value = props.openKeys;
|
||||
openKeys.value = props.openKeys || [];
|
||||
},
|
||||
);
|
||||
const activeKey = reactive({
|
||||
|
Loading…
Reference in New Issue
Block a user