feat(time): added time compoennt close #285

This commit is contained in:
Vben
2021-03-12 21:40:23 +08:00
parent fab7a6c58d
commit a89eeef6f3
22 changed files with 312 additions and 74 deletions

View File

@@ -232,6 +232,14 @@ const comp: AppRouteModule = {
title: t('routes.demo.comp.transition'),
},
},
{
path: 'timestamp',
name: 'TimeDemo',
component: () => import('/@/views/demo/comp/time/index.vue'),
meta: {
title: t('routes.demo.comp.time'),
},
},
{
path: 'countTo',
name: 'CountTo',