shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
70 stars 41 forks source link

[Vue warn]: (deprecation CUSTOM_DIR) #87

Open matteozoccano90 opened 7 months ago

matteozoccano90 commented 7 months ago

When the datepicker is clicked, a Vue warning is rised: vue warn

This warning is rised becouse in the recent release, Vue have renamed the hook "update" into "updated".

For remove this warning, we have to rename this hook in the dist vuejs3-datepicker.js file: vue warn fix

Inspecting the source code of the branch master, it seems that the hook is inside the src/directive/click-outside.ts file