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 have typescript application where I want to use vue-select and when I try to register it globally, I get typescript error saying cannot find module 'vue-select'. Below is attached main.ts file pic.
I have tried a workaround by adding this code declare module 'vue-select'; to a shim.d.ts file and is now not showing cannot find module 'vue-select' error. Still need to test if component is working or not. below is what I did.
Please suggest a proper solution to it.
The text was updated successfully, but these errors were encountered:
I have typescript application where I want to use vue-select and when I try to register it globally, I get typescript error saying cannot find module

'vue-select'
. Below is attached main.ts file pic.I have tried a workaround by adding this code

declare module 'vue-select';
to a shim.d.ts file and is now not showingcannot find module 'vue-select'
error. Still need to test if component is working or not. below is what I did.Please suggest a proper solution to it.
The text was updated successfully, but these errors were encountered: