Browse Source

Signed-off-by: Caner <5658514@qq.com>

Caner 3 years ago
parent
commit
735e9903cc
2 changed files with 2 additions and 1 deletions
  1. 1 1
      index.html
  2. 1 0
      src/pages/App.vue

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Interesting</title>
+    <title>好玩的</title>
   </head>
   <body>
     <div id="app"></div>

+ 1 - 0
src/pages/App.vue

@@ -9,6 +9,7 @@ import { computed } from 'vue'
 
 const store = useStore()
 const show = computed(() => store.loading)
+console.log('更多好玩的,请修改路径')
 
 </script>
 <style>