You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.vue:10:28 - error TS2493: Tuple type '[]' of length '0' has no element at index '0'.
10 <template #clear-icon="{ clear }">
~~~~~~~~~
app.vue:10:30 - error TS2339: Property 'clear' does not exist on type 'undefined'.
10 <template #clear-icon="{ clear }">
~~~~~
Describe the bug
To Reproduce
This is the minimalized project.
https://github.com/mikinovation/sandbox/tree/main/vue/nuxt-vuedatepicker
You can check type error
Expected behavior
the props should have "clear" function
The text was updated successfully, but these errors were encountered: