mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:49:43 +08:00
chore: some typo
This commit is contained in:
@@ -128,6 +128,7 @@ export default defineComponent({
|
||||
|
||||
function renderMenu() {
|
||||
const menus = unref(menusRef);
|
||||
// console.log(menus);
|
||||
if (!menus || !menus.length) return null;
|
||||
return !props.isHorizontal ? (
|
||||
<SimpleMenu
|
||||
|
Reference in New Issue
Block a user