vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.74k stars 385 forks source link

Wrong types on import from Pinia #4109

Closed Rusinas closed 2 months ago

Rusinas commented 5 months ago

image image image

You can see a lot of errors here, but in fact there is none. But for some reason vue plugins thinks that feeds variable has this weird type: image

This application is new and was created using npm init vue@latest command, but this behavior can be found even in old apps, which previously did work fine.

davidmatter commented 2 months ago

Please check if this issue has been resolved in version 2.x. If not, please create a new issue with a minimal reproduction.