Error page

This commit is contained in:
2024-11-05 18:43:47 +01:00
parent c3d0cc2879
commit ce097e2098
19 changed files with 136 additions and 19 deletions

View File

@@ -13,7 +13,10 @@ export const useFeedbackStore = defineStore("feedbackStore", {
title: ref(""),
color: ref(""),
icon: ref(""),
$i18n: {}
$i18n: {},
/** Band, Location or concert on URL does not exist, redirect to 404 page */
notFound: ref(false)
}),
getters: {