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

@@ -121,6 +121,13 @@ const menu: MenuModule = {
path: 'countTo',
name: t('routes.demo.comp.countTo'),
},
{
path: 'timestamp',
name: t('routes.demo.comp.time'),
tag: {
content: 'new',
},
},
{
path: 'transition',
name: t('routes.demo.comp.transition'),