Blame view

test/routers/more.vue 231 Bytes
2d948738   梁灏   update TimePicker...
1
2
3
  <style>
      body{
          height: 2000px !important;
9d844d53   梁灏   fixed Layout bug
4
5
      }
  </style>
7fa943eb   梁灏   init
6
  <template>
4db5926d   梁灏   fixed #153
7
8
9
10
      <row>
          <i-col span="0">123</i-col>
          <i-col span="24">24</i-col>
      </row>
7fa943eb   梁灏   init
11
12
  </template>
  <script>
7fa943eb   梁灏   init
13
      export default {
4db5926d   梁灏   fixed #153
14
  
7fa943eb   梁灏   init
15
      }
e1134de2   jingsam   not bundle vue in...
16
  </script>