first gql request, displaying concernements as a liste

This commit is contained in:
2022-10-18 13:41:06 +02:00
parent 38958d20dd
commit 20b56f27f1
13 changed files with 527 additions and 1238 deletions

View File

@@ -1,13 +1,14 @@
import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '@views/Home.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
// {
// path: '/',
// name: 'home',
// component: HomeView
// },
{
path: '/',
name: 'home',
component: HomeView
}
// {
// path: '/about',
// name: 'about',