add some shit
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router';
|
||||
import App from '../App.vue';
|
||||
import HomeView from '../pages/HomeView.vue';
|
||||
import LegalView from '../pages/LegalView.vue';
|
||||
|
||||
const routes = [
|
||||
{ path: '/',
|
||||
children:
|
||||
[
|
||||
{ path: '', component: HomeView },
|
||||
{ path: '/legal', component: LegalView },
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user