From 18e86857a036c15c74830e6554224d210fa195d9 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 30 Oct 2024 14:16:15 -0500 Subject: [PATCH] Moved error.vue to app/error.vue. --- error.vue => app/error.vue | 0 ving/docs/change-log.md | 2 ++ 2 files changed, 2 insertions(+) rename error.vue => app/error.vue (100%) diff --git a/error.vue b/app/error.vue similarity index 100% rename from error.vue rename to app/error.vue diff --git a/ving/docs/change-log.md b/ving/docs/change-log.md index e7e09da6..233afee3 100644 --- a/ving/docs/change-log.md +++ b/ving/docs/change-log.md @@ -7,6 +7,8 @@ outline: deep ### 2024-10-30 * Fixed: Instead of ouching middleware should call abortNavigation() to prevent navigation. + * Moved error.vue to app/error.vue. + * NOTE: If you customized error.vue you'll need to move it to app/error.vue. ### 2024-10-28 * Switched jobs to use redis from a remote cluster.