From 6dfabd87d08f20c1d380bd30ee1eea90201fd2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 9 Dec 2023 17:03:36 -0500 Subject: [PATCH] feat(nuxt): add formal error page --- components/errorBound.vue | 43 +++++++++++++++++++++++++++++++++++++++ error.vue | 10 +++++++++ 2 files changed, 53 insertions(+) create mode 100644 components/errorBound.vue create mode 100644 error.vue diff --git a/components/errorBound.vue b/components/errorBound.vue new file mode 100644 index 0000000..3a793b1 --- /dev/null +++ b/components/errorBound.vue @@ -0,0 +1,43 @@ + + diff --git a/error.vue b/error.vue new file mode 100644 index 0000000..316c1f9 --- /dev/null +++ b/error.vue @@ -0,0 +1,10 @@ + + +