feat(TagsView): Add TagsView component

feat(ContextMenu): Add ContextMenu component

feat(store): Add tagsView store
This commit is contained in:
kailong321200875
2022-01-16 17:55:20 +08:00
parent 4612e5544b
commit 349ac9d398
20 changed files with 900 additions and 164 deletions

View File

@@ -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
}
}
]