vuejs3-datepicker icon indicating copy to clipboard operation
vuejs3-datepicker copied to clipboard

[Vue warn]: (deprecation CUSTOM_DIR)

Open matteozoccano90 opened this issue 11 months ago • 0 comments

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

matteozoccano90 avatar Feb 29 '24 14:02 matteozoccano90