mengxiong10 / vue2-datepicker

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

Compatability between vue2-datepicker and vue-datepicker-next #741

Closed donalmurtagh closed 1 year ago

donalmurtagh commented 1 year ago

To what extent are the Vue 2 and 3 datepickers API compatible? For example, if a project using vue2-datepicker is migrated to Vue 3, is it just a matter of replacing the vue2-datepicker dependency in package.json with vue-datepicker-next?

If they're not API compatible, is there a migration guide available?