mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-21 04:41:42 +08:00
feat: compatible with Vue 2.x
This commit is contained in:
16
packages/babel-helper-vue-compatible-props/package.json
Normal file
16
packages/babel-helper-vue-compatible-props/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@ant-design-vue/babel-helper-vue-compatible-props",
|
||||
"version": "1.0.0",
|
||||
"description": "compatible with Vue 2.x",
|
||||
"author": "Amour1688 <lcz_1996@foxmail.com>",
|
||||
"homepage": "https://github.com/vueComponent/jsx#readme",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vueComponent/jsx.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design-vue/babel-helper-vue-transform-on": "^1.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user