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 put a types.d.ts file containing only declare module 'v-contextmenu'; in node_modules/v-contextmenu and the same file alongside main.ts but named v-contextmenu.d.ts. Strange. But for me the first one is needed for vue ui serve, and the second one to have VS Code not complaining when import contextmenu from "v-contextmenu";. An official solution is badly needed. I use Vue 3 on windows.
tips:
Could not find a declaration file for module 'v-contextmenu'.
The text was updated successfully, but these errors were encountered: