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
Installed extension, followed directions on global install of components using latest versions, but didn't get any auto completion for TS or markup (see other issues) - installing @volar/[email protected] fixed auto completion, but opening the default App.vue after creating a new project, yields this error on the <img> elements. e.g.:
Installed extension, followed directions on global install of components using latest versions, but didn't get any auto completion for TS or markup (see other issues) - installing
@volar/[email protected]
fixed auto completion, but opening the defaultApp.vue
after creating a new project, yields this error on the<img>
elements. e.g.:JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
Any way to fix this?
The text was updated successfully, but these errors were encountered: