You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Configurable Babel preset to add Vue JSX support. See the [configuration options here](./packages/babel-preset-jsx).
4
4
5
+
## Compatibility
6
+
7
+
This repo is only compatible with:
8
+
9
+
-**Babel 7+**. For Babel 6 support, use [vuejs/babel-plugin-transform-vue-jsx](https://github.com/vuejs/babel-plugin-transform-vue-jsx)
10
+
-**Vue 2+**. JSX is not supported for older versions. For Vue 3 support, there is an experimental plugin available as [@ant-design-vue/babel-plugin-jsx](https://github.com/vueComponent/jsx).
11
+
5
12
## Installation
6
13
7
14
Install the preset with:
@@ -159,10 +166,3 @@ or PascalCase variable declarations:
0 commit comments