๐ BUG: All vue files report errors after enabling the astro extension.
Closed this issue ยท 3 comments
ikxin commented
Describe the Bug
After enabling the astro extension, many errors were reported in each Vue file, but as long as the astro extension is disabled, the errors disappear. This issue appeared in all Vue and Nuxt projects.
Steps to Reproduce
npm init astro
using template- ...
- ...
- ...
- Error! Describe what went wrong (and what was expected instead)...
Link to Minimal Reproducible Example
Princesseuh commented
Make sure you're using the latest version of the Vue extension, as there's recently been issues where people would get stuck on old versions of their extension.
ikxin commented
@Princesseuh That's true! The vue extension has been kept in version v2.0.10. It turned out to be a problem with the vue extension. I'm very sorry!
Princesseuh commented
No worries, it happens!