mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
doc: update README
This commit is contained in:
parent
9c464f4ce5
commit
a7aca6c70b
@ -26,11 +26,10 @@ Then add the plugin to .babelrc:
|
|||||||
|
|
||||||
* transformOn
|
* transformOn
|
||||||
|
|
||||||
transform `on: { click: xx }` to `onClick: xxx`, and you should install `@ant-design-vue/babel-helper-vue-transform-on`
|
transform `on: { click: xx }` to `onClick: xxx`
|
||||||
|
|
||||||
* compatibleProps
|
* compatibleProps
|
||||||
|
|
||||||
compatible with Vue 2.x and you should install `@ant-design-vue/babel-helper-vue-compatible-props`
|
compatible with Vue 2.x
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user