fix: heartSection.vue
This commit is contained in:
@ -6,5 +6,10 @@ const routes: TRoute[] = [
|
||||
name: '/',
|
||||
component: () => import('../../pages/index/rootPage.vue'),
|
||||
},
|
||||
{
|
||||
path:'/game',
|
||||
name:'/game',
|
||||
component:()=> import('../../pages/clicker-game/clickerIndex.vue')
|
||||
}
|
||||
]
|
||||
export default routes
|
||||
|
Reference in New Issue
Block a user