Dodanie widoku błędu w zastępstwie za widok RJ

This commit is contained in:
2022-02-04 01:29:19 +01:00
parent 959f35e203
commit 3219d625a9
2 changed files with 53 additions and 2 deletions
+2 -2
View File
@@ -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(.*)',