Skip to content

Commit b01c8b2

Browse files
committed
perf: 移除冗余的 alwaysShow 属性
1 parent 4bf0e7a commit b01c8b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/router/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ export const constantRoutes: RouteRecordRaw[] = [
174174
name: "ComposableDemo",
175175
meta: {
176176
title: "组合式函数",
177-
elIcon: "Menu",
178-
alwaysShow: true
177+
elIcon: "Menu"
179178
},
180179
children: [
181180
{

0 commit comments

Comments
 (0)