bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 55ac7732f5 - Show all commits

View File

@ -0,0 +1,3 @@
<template>
123
</template>

View File

@ -7,10 +7,12 @@ import './assets/main.scss'
import App from './App.vue'
import Home from './components/Home.vue'
import Projects from './components/Projects.vue'
import Game from './components/Game.vue'
const routes = [
{ path: '/', component: Home },
{ path: '/projects', component: Projects },
{ path: '/game', component: Game },
]
const router = createRouter({