vue 日期多选插件
v-calendar:https://vcalendar.io/datepicker.html安装:npm install v-calendar@next配置:使用:<v-date-picker mode="multiple" v-model="dates" />dates: [new Date(2018, 0, 1), // Jan 1st, 2018new Date(2018, 0
·
v-calendar:https://vcalendar.io/datepicker.html
安装:npm install v-calendar@next
配置:
使用:
<v-date-picker mode="multiple" v-model="dates" />
dates: [
new Date(2018, 0, 1), // Jan 1st, 2018
new Date(2018, 0, 15), // Jan 15th, 2018
new Date(2018, 0, 29) // Jan 29th, 2018
]
效果:
更多推荐
已为社区贡献8条内容
所有评论(0)