refactor: new CountTo component with demo (#5551)

This commit is contained in:
Netfan
2025-02-17 21:16:10 +08:00
committed by GitHub
parent cddf71e600
commit 24bad09c74
6 changed files with 366 additions and 0 deletions

View File

@@ -273,6 +273,15 @@ const routes: RouteRecordRaw[] = [
title: 'Motion',
},
},
{
name: 'CountTo',
path: '/examples/count-to',
component: () => import('#/views/examples/count-to/index.vue'),
meta: {
icon: 'mdi:animation-play',
title: 'CountTo',
},
},
],
},
];