Feito a home page do site com vue e bootstrap
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
|
||||
import HomeView from '../views/HomeView.vue'
|
||||
const router = createRouter({
|
||||
history: createWebHistory(import.meta.env.BASE_URL),
|
||||
routes: [],
|
||||
routes: [{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: HomeView
|
||||
}],
|
||||
})
|
||||
|
||||
export default router
|
||||
|
||||
Reference in New Issue
Block a user