Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

perf: 移除冗余的 alwaysShow 属性

This commit is contained in:
pany 2024-11-26 16:14:05 +08:00
parent 4bf0e7a998
commit b01c8b29ef

View File

@ -174,8 +174,7 @@ export const constantRoutes: RouteRecordRaw[] = [
name: "ComposableDemo",
meta: {
title: "组合式函数",
elIcon: "Menu",
alwaysShow: true
elIcon: "Menu"
},
children: [
{