mirror of https://github.com/vuejs/core.git
feat(types): remove default jsx global registration
BREAKING CHANGE: Vue no longer registers the global `JSX` namespace by default.
This commit is contained in:
parent
98793a05a6
commit
92b8d9cef6
|
@ -1,4 +0,0 @@
|
|||
// this is appended to the end of ../dist/vue.d.ts during build.
|
||||
// imports the global JSX namespace registration for compat.
|
||||
// TODO: remove in 3.4
|
||||
import '../jsx'
|
Loading…
Reference in New Issue