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
Vue 2.7 does not export types of built-in components like Transition and TransitionGroup (In Vue 3 they are exported via @vue/runtime-dom). As a consequence, users cannot get intellisense and type check with @vue/language-tools. Furthermore, VSCode will show warning if vueCompilerOptions.jsxTemplates is turned on in tsconfig.
What problem does this feature solve?
Vue 2.7 does not export types of built-in components like
Transition
andTransitionGroup
(In Vue 3 they are exported via@vue/runtime-dom
). As a consequence, users cannot get intellisense and type check with@vue/language-tools
. Furthermore, VSCode will show warning ifvueCompilerOptions.jsxTemplates
is turned on intsconfig
.Ref: vuejs/language-tools#2540
What does the proposed API look like?
Line 76
https://www.unpkg.com/browse/@vue/[email protected]/dist/runtime-dom.d.ts
The text was updated successfully, but these errors were encountered: