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
There should be an option to show Vetur's ts errors as less problematic linting warnings.
It's not ok, that typescript error has same color as js parsing error. With the later app will not run, while first is in a lot of cases just a warning something might not be ok...
EsLint warnings are colored (underlined) in yellow for example.