aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/views/404.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/404.vue')
-rw-r--r--src/views/404.vue18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/views/404.vue b/src/views/404.vue
deleted file mode 100644
index 7462697..0000000
--- a/src/views/404.vue
+++ /dev/null
@@ -1,18 +0,0 @@
-<template>
- <div>404</div>
-</template>
-
-<script lang='ts'>
-export default {
- setup() {
- return {}
- },
- beforeCreate() {
- location.href = '/'
- }
-}
-</script>
-
-<style lang='scss' scoped>
-
-</style>