mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +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(
|
watch(
|
||||||
() => props.openKeys,
|
() => props.openKeys,
|
||||||
() => {
|
() => {
|
||||||
openKeys.value = props.openKeys;
|
openKeys.value = props.openKeys || [];
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
const activeKey = reactive({
|
const activeKey = reactive({
|
||||||
|
Loading…
Reference in New Issue
Block a user