feat: add component sticky

This commit is contained in:
huanghong
2022-03-31 00:33:19 +08:00
parent ecf375c1b2
commit d630710c83
14 changed files with 339 additions and 39 deletions

View File

@@ -308,6 +308,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.inputPassword')
}
},
{
path: 'sticky',
component: () => import('@/views/Components/Sticky.vue'),
name: 'Sticky',
meta: {
title: t('router.sticky')
}
}
]
},