mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
chore(MenuItem): watch回调参数类型不一致
This commit is contained in:
parent
6e33c26893
commit
025cf98f4b
@ -83,7 +83,7 @@
|
||||
}
|
||||
watch(
|
||||
() => activeName.value,
|
||||
(name: string) => {
|
||||
(name: string | number) => {
|
||||
if (name === props.name) {
|
||||
const { list, uidList } = getParentList();
|
||||
active.value = true;
|
||||
|
Loading…
Reference in New Issue
Block a user