Commit before breaking stuff
This commit is contained in:
+4
-3
@@ -1,4 +1,5 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
|
||||
import GameView from '../views/GameView.vue'
|
||||
|
||||
const router = createRouter({
|
||||
@@ -7,9 +8,9 @@ const router = createRouter({
|
||||
{
|
||||
path: '/',
|
||||
name: 'game',
|
||||
component: GameView
|
||||
}
|
||||
]
|
||||
component: GameView,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
export default router
|
||||
|
||||
Reference in New Issue
Block a user