feat(route): 增加功能示例模块

This commit is contained in:
Yanbowen
2021-11-17 18:08:24 +08:00
parent f1cd9955d9
commit efd29bc331
5 changed files with 39 additions and 14 deletions

View File

@ -20,7 +20,8 @@ export enum EnumRoutePath {
'component_editor_quill' = '/component/editor/quill',
'component_editor_markdown' = '/component/editor/markdown',
'component_swiper' = '/component/swiper',
'component_copy' = '/component/copy',
'feat' = '/feat',
'feat_copy' = '/feat/copy',
'multi-menu' = '/multi-menu',
'multi-menu_first' = '/multi-menu/first',
'multi-menu_first_second' = '/multi-menu/first/second',
@ -53,7 +54,8 @@ export enum EnumRouteTitle {
'component_editor_quill' = '富文本编辑器',
'component_editor_markdown' = 'markdown编辑器',
'component_swiper' = 'Swiper插件',
'component_copy' = '剪贴板',
'feat' = '功能示例',
'feat_copy' = '剪贴板',
'multi-menu' = '多级菜单',
'multi-menu_first' = '一级菜单',
'multi-menu_first_second' = '二级菜单',