How to fix type check? #398
-
|
Trying to check type but is shows "has no exported member". How can I fix it? https://stackblitz.com/edit/vitejs-vite-oefgbh?file=vite.config.ts,src%2FApp.vue&terminal=dev |
Beta Was this translation helpful? Give feedback.
Answered by
posva
May 26, 2024
Replies: 1 comment 2 replies
-
|
You need to add the reference comment: https://uvr.esm.is/introduction.html#setup. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add the reference comment: https://uvr.esm.is/introduction.html#setup.
There is no longer a vue-router/auto, just import from vue-router directly