需求:同时可以选择 时间 和 日期
通过设置type
属性为datetime
,即可在同一个选择器里同时进行日期和时间的选择
<template><div class="block"><span class="demonstration">默认</span><el-date-pickerv-model="value1"type="datetime"placeholder="选择日期时间"></el-date-picker></div>
</template>
效果如下:
参考文章
Element - The world's most popular Vue UI framework