Skip to content

Commit be6bd50

Browse files
committed
feat(jsx-directive): convert to self-closing-tag
1 parent 1a5796a commit be6bd50

File tree

4 files changed

+205
-106
lines changed

4 files changed

+205
-106
lines changed

Diff for: playground/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"@vitejs/plugin-vue": "^4.5.0",
10-
"@vitejs/plugin-vue-jsx": "^3.1.0",
11-
"unplugin-vue-macros": "^2.7.0",
129
"vue": "^3.3.9"
1310
},
1411
"devDependencies": {
12+
"@vitejs/plugin-vue": "^4.5.0",
13+
"@vitejs/plugin-vue-jsx": "^3.1.0",
14+
"unplugin-vue-macros": "^2.7.0",
1515
"@vue-macros/volar": "^0.17.4",
16+
"@vue/babel-helper-vue-transform-on": "1.2.0-alpha.0",
1617
"tsx": "^4.6.1",
1718
"vite": "^5.0.4"
1819
}

0 commit comments

Comments
 (0)