Blame view

src/App.vue 414 Bytes
80a28914e   吉鹏   init
1
2
3
4
5
  <template>
    <div id="app">
      <router-view />
    </div>
  </template>
feb3d4f57   Adam   auto commit the c...
6

80a28914e   吉鹏   init
7
8
  <script>
  export default {
feb3d4f57   Adam   auto commit the c...
9
10
    name: "App"
  };
80a28914e   吉鹏   init
11
  </script>
feb3d4f57   Adam   auto commit the c...
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  
  
  <style>
  @import "//at.alicdn.com/t/font_1075796_5kpx2vwkmq3.css";
  
  [class^="el-icon-mo"],
  [class^=" el-icon-mo"] {
    font-family: "iconfont", serif !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  </style>