From ee26acd9f783aac0dd179c91a74a1c4b68925d20 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Fri, 30 Apr 2021 11:23:35 +0800 Subject: [PATCH] chore: update babel config --- babel.config.js | 2 +- v2-doc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index 0e9637473..8d79a58ea 100644 --- a/babel.config.js +++ b/babel.config.js @@ -3,7 +3,7 @@ module.exports = { test: { presets: [['@babel/preset-env', { targets: { node: true } }]], plugins: [ - ['@vue/babel-plugin-jsx', { mergeProps: false }], + ['@vue/babel-plugin-jsx', { mergeProps: false, enableObjectSlots: false }], '@babel/plugin-proposal-optional-chaining', '@babel/plugin-transform-object-assign', '@babel/plugin-proposal-object-rest-spread', diff --git a/v2-doc b/v2-doc index ee89a3331..a7013ae87 160000 --- a/v2-doc +++ b/v2-doc @@ -1 +1 @@ -Subproject commit ee89a33312a7bb5c65c6080c12613b9ca1474aaf +Subproject commit a7013ae87f69dcbcf547f4b023255b8a7a775557