Browse Source

更新 'src/views/404.vue'

jun.zhang 2 years ago
parent
commit
b7f9f0a51e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/404.vue

+ 1 - 1
src/views/404.vue

@@ -49,7 +49,7 @@ export default {
   name: "Page404",
   computed: {
     message() {
-      return "找不到该页面";
+      return "找不到该页面";
     }
   }
 };