
<el-date-picker
v-model="propValue"
class="timePicker"
type="month"
:placeholder="types.name"
format="yyyy-MM"
value-format="yyyy-MM"
></el-date-picker>
//type要设为month
<el-date-picker
v-model="propValue"
class="timePicker"
type="month"
:placeholder="types.name"
format="yyyy-MM"
value-format="yyyy-MM"
></el-date-picker>
//type要设为month
本文标题:element ui 时间插件改为年月
本文链接:https://www.haomeiwen.com/subject/pdtxhqtx.html
网友评论