feat(TagsView): Add TagsView component
feat(ContextMenu): Add ContextMenu component feat(store): Add tagsView store
This commit is contained in:
@@ -20,7 +20,8 @@ export const constantRouterMap: AppRouteRecordRaw[] = [
|
||||
}
|
||||
],
|
||||
meta: {
|
||||
hidden: true
|
||||
hidden: true,
|
||||
noTagsView: true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -107,7 +108,8 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
name: 'Icons',
|
||||
meta: {
|
||||
title: '图标',
|
||||
icon: 'carbon:skill-level-advanced'
|
||||
icon: 'carbon:skill-level-advanced',
|
||||
affix: true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user