diff --git a/antdv-demo b/antdv-demo index 20547dd36..f2b37285a 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit 20547dd36f7ebdcd1497060e8b6e4d8caa50b38f +Subproject commit f2b37285a631c364fdc6eef119aeb0fab0793da0 diff --git a/package.json b/package.json index 96f7a1ee0..99983b5a1 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-beta.1", + "@ant-design-vue/babel-plugin-jsx": "1.0.0-alpha.6", "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", @@ -76,7 +76,7 @@ "@commitlint/config-conventional": "^8.0.0", "@octokit/rest": "^16.0.0", "@vue/cli-plugin-eslint": "^4.0.0", - "@vue/compiler-sfc": "^3.0.0-beta.20", + "@vue/compiler-sfc": "^3.0.0-beta.21", "@vue/server-test-utils": "1.0.0-beta.16", "@vue/test-utils": "^2.0.0-alpha.6", "acorn": "^7.0.0", @@ -152,7 +152,7 @@ "terser-webpack-plugin": "^3.0.3", "through2": "^3.0.0", "url-loader": "^3.0.0", - "vue": "^3.0.0-beta.20", + "vue": "^3.0.0-beta.21", "vue-antd-md-loader": "^1.1.0", "vue-clipboard2": "0.3.1", "vue-draggable-resizable": "^2.1.0", diff --git a/webpack.config.js b/webpack.config.js index 9a6576cc2..fd3fbf478 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,7 +47,7 @@ module.exports = { style: true, }, ], - ['@ant-design-vue/babel-plugin-jsx', { transformOn: true, usePatchFlag: true }], + ['@ant-design-vue/babel-plugin-jsx', { transformOn: true, usePatchFlag: false }], '@babel/plugin-proposal-optional-chaining', '@babel/plugin-transform-object-assign', '@babel/plugin-proposal-object-rest-spread',