diff --git a/components/config-provider/index.jsx b/components/config-provider/index.jsx index ab5b9bdf8..062b7bf92 100644 --- a/components/config-provider/index.jsx +++ b/components/config-provider/index.jsx @@ -54,7 +54,7 @@ const ConfigProvider = { }, }, render() { - return this.$slots.default ? filterEmpty(this.$slots.default) : null; + return this.$slots.default ? filterEmpty(this.$slots.default)[0] : null; }, };