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 the same Problem. I'm already using take over mode instead of VSCode built-in TS plugin. Still get this error. I don't get this error in a .ts file. Only in a .vue file.
{ "baseUrl": ".", "paths": { "@views/*": ["src/views/*"], "@components/*": ["src/components/*"] } }
I'm trying to import the component like this
import Home from '@views/Home.vue'
but when I go to insert it I get this error
Failed to resolve import "@views/Home.vue" from "src/routes/Router.ts". Does the file exist?
The text was updated successfully, but these errors were encountered: