diff --git a/.babelrc b/.babelrc
index 3701457eb..ebecd938d 100644
--- a/.babelrc
+++ b/.babelrc
@@ -3,7 +3,7 @@
     "test": {
       "presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
       "plugins": [
-        "@ant-design-vue/babel-plugin-jsx",
+        ["@ant-design-vue/babel-plugin-jsx", { "usePatchFlag": false }],
         "babel-plugin-inline-import-data-uri",
         "@babel/plugin-transform-member-expression-literals",
         "@babel/plugin-transform-property-literals",
diff --git a/antdv-demo b/antdv-demo
index 3f77f2961..20547dd36 160000
--- a/antdv-demo
+++ b/antdv-demo
@@ -1 +1 @@
-Subproject commit 3f77f2961251a4a7c185dab85663a274eaea65b3
+Subproject commit 20547dd36f7ebdcd1497060e8b6e4d8caa50b38f
diff --git a/package.json b/package.json
index 521c9e43b..96f7a1ee0 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
     "vue-template-compiler": ">=2.6.0"
   },
   "devDependencies": {
-    "@ant-design-vue/babel-plugin-jsx": "^1.0.0-alpha.6",
+    "@ant-design-vue/babel-plugin-jsx": "^1.0.0-beta.1",
     "@babel/cli": "^7.8.4",
     "@babel/core": "^7.9.6",
     "@babel/plugin-proposal-class-properties": "^7.8.3",