vuejs3-datepicker
vuejs3-datepicker copied to clipboard
[Vue warn]: (deprecation CUSTOM_DIR)
When the datepicker is clicked, a Vue warning is rised:
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:
Inspecting the source code of the branch master, it seems that the hook is inside the src/directive/click-outside.ts file