Skip to content

Commit c678e31

Browse files
committed
types: include jsx typing
1 parent c43e642 commit c678e31

File tree

6 files changed

+1402
-2
lines changed

6 files changed

+1402
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
},
8282
"homepage": "https://github.com/vuejs/vue#readme",
8383
"dependencies": {
84-
"@vue/compiler-sfc": "workspace:*"
84+
"@vue/compiler-sfc": "workspace:*",
85+
"csstype": "^3.1.0"
8586
},
8687
"devDependencies": {
8788
"@microsoft/api-extractor": "^7.24.2",

pnpm-lock.yaml

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Vue } from './vue'
22
import './umd'
3+
import './jsx'
34

45
export default Vue
56

0 commit comments

Comments
 (0)