Merge branches 'next' and 'next' of https://github.com/vueComponent/ant-design-vue into next
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