add heart animation
This commit is contained in:
10
src/router/config/routes.ts
Normal file
10
src/router/config/routes.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import type { TRoute } from './_type/TRoutes.ts'
|
||||
|
||||
const routes: TRoute[] = [
|
||||
{
|
||||
path: '/',
|
||||
name: '/',
|
||||
component: () => import('../../pages/index/rootPage.vue'),
|
||||
},
|
||||
]
|
||||
export default routes
|
Reference in New Issue
Block a user