iview/test/routers/date.vue

16 lines
405 B
Vue
Raw Normal View History

2016-12-12 20:34:28 +08:00
<template>
<row>
<i-col span="12">
<date-picker type="date" placeholder="选择日期" style="width: 200px"></date-picker>
</i-col>
<i-col span="12">
<date-picker type="daterange" placement="bottom-end" placeholder="选择日期" style="width: 200px"></date-picker>
</i-col>
</row>
2016-12-12 20:34:28 +08:00
</template>
<script>
export default {
2016-12-12 20:34:28 +08:00
}
2016-12-22 15:08:05 +08:00
</script>