许成详 6 years ago
parent
commit
d50268df72
2 changed files with 3 additions and 4 deletions
  1. 1
    2
      index.html
  2. 2
    2
      src/App.vue

+ 1
- 2
index.html View File

3
   <head>
3
   <head>
4
     <meta charset="utf-8">
4
     <meta charset="utf-8">
5
     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
5
     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
6
-    <link rel="stylesheet" href="//at.alicdn.com/t/font_948990_7dbjfb2d5yb.css">
7
-    <title>myvue</title>
6
+    <title>我的新年愿望</title>
8
   </head>
7
   </head>
9
   <body>
8
   <body>
10
     <div id="app"></div>
9
     <div id="app"></div>

+ 2
- 2
src/App.vue View File

13
   name: 'App',
13
   name: 'App',
14
   data () {
14
   data () {
15
     return {
15
     return {
16
-      showPage: true,
16
+      showPage: false,
17
       code: ''
17
       code: ''
18
     }
18
     }
19
   },
19
   },
20
   created () {
20
   created () {
21
-    // this.init()
21
+    this.init()
22
   },
22
   },
23
   computed: {
23
   computed: {
24
     ...mapUserState({
24
     ...mapUserState({