iview/test/routers/more.vue

17 lines
231 B
Vue
Raw Normal View History

<style>
body{
height: 2000px !important;
2016-12-26 14:50:39 +08:00
}
</style>
2016-09-09 14:29:19 +08:00
<template>
2016-12-29 12:11:22 +08:00
<row>
<i-col span="0">123</i-col>
<i-col span="24">24</i-col>
</row>
2016-09-09 14:29:19 +08:00
</template>
<script>
export default {
2016-12-29 12:11:22 +08:00
2016-09-09 14:29:19 +08:00
}
2016-11-09 18:23:17 +08:00
</script>