mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Dodanie widoku błędu w zastępstwie za widok RJ
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: "/journal",
|
||||
name: "JournalView",
|
||||
component: () => import("@/views/JournalView.vue"),
|
||||
name: "ErrorView",
|
||||
component: () => import("@/views/ErrorView.vue"),
|
||||
},
|
||||
{
|
||||
path: '/:catchAll(.*)',
|
||||
|
||||
Reference in New Issue
Block a user