mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: update
This commit is contained in:
@@ -45,7 +45,7 @@ getSubMenuData(route.path);
|
||||
|
||||
onBeforeMount(() => {
|
||||
emitter.on("logoChange", key => {
|
||||
showLogo.value = key as unknown as boolean;
|
||||
showLogo.value = key;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user