mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.51k stars 404 forks source link

Month Picker #746

Closed maxim25 closed 1 year ago

maxim25 commented 1 year ago

Is there any way to use this as a month picker only?

mengxiong10 commented 1 year ago

type: "month"


<date-picker v-model="value2" type="month" placeholder="Select month"></date-picker>