add possibility to change title and target date
This commit is contained in:
@@ -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: "/",
|
||||
|
||||
Reference in New Issue
Block a user