Добавил роутинг на страницу медкарточек
This commit is contained in:
@@ -2,6 +2,7 @@ import { createRouter, createWebHashHistory } from "vue-router";
|
||||
import TheCalendar from "@/pages/newCalendar/TheCalendar";
|
||||
import TheUser from "@/pages/clients/TheClients";
|
||||
import TheSettings from "@/pages/settings/TheSettings";
|
||||
import TheMedcards from "@/pages/medcards/TheMedcards";
|
||||
import TheLogin from "@/pages/login/TheLogin";
|
||||
import LoggedInLayout from "@/components/LoggedInLayout";
|
||||
import TheMedicalCard from "@/pages/newMedicalCard/TheMedicalCard";
|
||||
@@ -37,6 +38,7 @@ export default createRouter({
|
||||
{ path: "", redirect: "calendar" },
|
||||
{ path: "calendar", component: TheCalendar },
|
||||
{ path: "clients", component: TheUser },
|
||||
{ path: "medcards", component: TheMedcards },
|
||||
{ path: "settings", component: TheSettings },
|
||||
{ path: "medical-card", component: TheMedicalCard },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user