mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	
			
				
					
						
					
					fe4f0ff48f98674df5f743cdf1e7fec86e5bbc5f
				
			
			
		
	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, "compatibleProps": true }]
}
Usage
options
- transformOn
transform on: { click: xx } to onClick: xxx
- compatibleProps
compatible with Vue 2.x
Compatibility
This repo is only compatible with:
- Babel 7+
- Vue 3+
					Languages
				
				
								
								
									TypeScript
								
								97.6%
							
						
							
								
								
									CSS
								
								1.6%
							
						
							
								
								
									HTML
								
								0.5%
							
						
							
								
								
									JavaScript
								
								0.3%