v-calendar:https://vcalendar.io/datepicker.html

vue 日期多选插件

安装:npm install v-calendar@next
配置:
vue 日期多选插件

使用:

<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
      ]

vue 日期多选插件

效果:

vue 日期多选插件

Logo

前往低代码交流专区

更多推荐