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
I'm getting these errors:
Default export of the module has or is using private name 'Slots'.
Default export of the module has or is using private name 'Props'.
When importing this: import VueDatePicker from '@vuepic/vue-datepicker';
Note: this doesn't affect functionality but it's annoying to see in the code.
Describe the bug
I'm getting these errors:
Default export of the module has or is using private name 'Slots'.
Default export of the module has or is using private name 'Props'.
When importing this:
import VueDatePicker from '@vuepic/vue-datepicker';
Note: this doesn't affect functionality but it's annoying to see in the code.
The text was updated successfully, but these errors were encountered: