# Babel Plugin JSX for Vue 3.0 To add Vue JSX support. ## Installation Install the plugin with: ``` npm install @ant-design-vue/babel-plugin-jsx -D npm install @ant-design-vue/babel-helper-vue-transform-on ``` Then add the plugin to .babelrc: ``` { "plugins": ["@ant-design-vue/babel-plugin-jsx", { "transformOn": true }] } ``` ## Syntax ### Content functional component ```jsx const App = () =>
``` with render ```jsx const App = { render() { return