From 06a5cdd7b916428ea98074f11c1412cbbd9b1cb1 Mon Sep 17 00:00:00 2001 From: Mohan Date: Mon, 10 Aug 2026 11:01:21 +0800 Subject: [PATCH] feat(page): add 404 not found view --- src/views/NotFoundView.vue | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/views/NotFoundView.vue diff --git a/src/views/NotFoundView.vue b/src/views/NotFoundView.vue new file mode 100644 index 0000000..f5cc3cb --- /dev/null +++ b/src/views/NotFoundView.vue @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file