sumcumo / vue-datepicker

A datepicker Vue component. Compatible with Vue 2.x.
https://sumcumo.github.io/vue-datepicker/
Apache License 2.0
75 stars 22 forks source link

07 Fully embrace es6 modules #203

Closed mst101 closed 10 months ago

mst101 commented 1 year ago

This sets type: module in package.json and eliminates all use of commonjs in the project in favour of es6 modules.