Merge branches 'next' and 'next' of https://github.com/vueComponent/ant-design-vue into next
commit
2f467d75f0
|
@ -40,7 +40,7 @@ const Menu = {
|
||||||
watch(
|
watch(
|
||||||
() => props.openKeys,
|
() => props.openKeys,
|
||||||
() => {
|
() => {
|
||||||
openKeys.value = props.openKeys;
|
openKeys.value = props.openKeys || [];
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
const activeKey = reactive({
|
const activeKey = reactive({
|
||||||
|
|
Loading…
Reference in New Issue