add possibility to change title and target date

This commit is contained in:
Julien Calixte
2023-03-17 12:26:44 +01:00
parent aa772c555f
commit 22bc33beda
2 changed files with 56 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import Home from "../pages/Home.vue"
import { createRouter, createWebHashHistory } from "vue-router"
import { createRouter, createWebHistory } from "vue-router"
export const router = createRouter({
history: createWebHashHistory(),
history: createWebHistory(),
routes: [
{
path: "/",