some comments added

This commit is contained in:
danielvici123
2024-11-05 11:14:24 +01:00
parent 7a43130a39
commit 860cd027cd
6 changed files with 15 additions and 11 deletions

View File

@@ -6,7 +6,6 @@ import { createRouter, createWebHistory } from "vue-router";
import Home from "../components/Home.vue";
import Login from "../components/Login.vue";
import wip from "../components/wip.vue";
// The routing does not happen automatically
// Each route has to be defined here, or it wont work.
const routes = [