How to deal with the error message on webstorm #94
Answered
by
duclet
saddit
asked this question in
Questions and Help
-
|
Beta Was this translation helpful? Give feedback.
Answered by
duclet
Aug 4, 2023
Replies: 2 comments
-
On VSCode it's also unable to resolve the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Running into this same issue. What I do notice is that this problem only seem to happen on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saddit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running into this same issue. What I do notice is that this problem only seem to happen on
*.vue
files but works fine in*.ts
files. So my workaround is to import and re-export the things I need in a.ts
file and import from that in.vue
files. Obviously, this doesn't work for macros like definePage but I don't use that.