This commit is contained in:
che
2026-07-25 11:15:39 +05:00
parent 860ba21dd0
commit 0544d41b54
27 changed files with 766 additions and 120 deletions
+8
View File
@@ -0,0 +1,8 @@
import LoginView from "./views/LoginView.vue";
export const loginRoute = {
path: "/login",
name: "login",
component: LoginView,
meta: { title: "Вход" },
};