Commit 24befe1
committed
feat!: add
BREAKING CHANGE: drop support for Vue 3.2 and below
See https://blog.vuejs.org/posts/vue-3-3#jsx-import-source-support
It doesn't need to be explicitly set for most projects because Volar /
vue-tsc would detect the Vue version and set it automatically.
But in a pure TS/TSX project, it's required to set it manually. So we
are explicitly adding it here.jsxImportSource; Vue 3.3+ is required1 parent da65455 commit 24befe1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments