Skip to content

Commit 10fadfd

Browse files
authored
Update index.js
1 parent 43415d9 commit 10fadfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/babel-preset-jsx/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default (_, { functional = true, injectH = true, vModel = true, vOn = tru
1212
injectH && (compositionAPI ? babelSugarCompositionApiInjectH : babelSugarInjectH),
1313
vModel && babelSugarVModel,
1414
vOn && babelSugarVOn,
15+
babelPluginTransformVueJsx,
1516
].filter(Boolean),
1617
}
1718
}

0 commit comments

Comments
 (0)