feat: Highlight组件重构

This commit is contained in:
陈凯龙
2021-10-18 08:59:46 +08:00
parent 3d9622978d
commit 34221f387f
11 changed files with 399 additions and 67 deletions

View File

@@ -200,7 +200,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: '二维码'
}
}
},
// {
// path: 'avatars',
// component: () => import('_v/components-demo/avatars/index.vue'),
@@ -209,14 +209,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
// title: '头像组'
// }
// },
// {
// path: 'highlight',
// component: () => import('_v/components-demo/highlight/index.vue'),
// name: 'HighlightDemo',
// meta: {
// title: '文字高亮'
// }
// }
{
path: 'highlight',
component: () => import('_v/components-demo/highlight/index.vue'),
name: 'HighlightDemo',
meta: {
title: '文字高亮'
}
}
]
},
// {