Install & Download:
# Yarn
$ yarn add vue-month-picker
# NPM
$ npm install vue-month-picker --saveDescription:
A lightweight month picker for Vue.js with no dependencies.
Preview:

Changelog:
v1.7.0 (02/22/2022)
- Replaced left & right year change characters with svg symbols for a cleaner and more scalable look.
- Added support for Tamil.
v1.6.0 (02/22/2022)
- Update month May in [th] Language from “อาจ” to “พฤษภาคม”.
- Fixed year change issue when update in datepicker.
- Added month/year default values reactivity.
- Fix selected month issue.
- Fix translation in Chinese.
- Added option to visually highlight the current month and year combination.
v1.5.1 (11/03/2021)
- Update
v1.5.0 (05/31/2021)
- Handle placeholder prop for month-picker-input. input-pre-filled must be set as false.
- Fix March month for Polish language.
- Added hebrew language.
- Fix May month for Hungarian language.
v1.4.0 (10/13/2020)
- Added month range
v1.3.2 (09/03/2020)
- Fixed correct pre-fill for input
- Fixed the package repository issue
v1.3.1 (08/29/2020)
- Fixed change event in <month-picker-input>
v1.3.0 (08/18/2020)
- Fixed typos in props description
- Fixed the Japanese language
- Added min-max date
- Added year only
v1.2.6 (07/09/2020)
- Corrected Lithuanian language translations
- Add type=”button” to buttons so it doesn’t cause the form to submit
- SK and CZ translation fix
- Fix default year on change
- Fix Malay language
- Fix month may in Bahasa Indonesia
v1.2.5 (03/19/2020)
- Add a pre filled input when default month and year are defined
- Update danish translations
- Add romanian language
- Corrected italian translation

