Skip to content

Commit b61c88e

Browse files
authored
fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
1 parent ac93c47 commit b61c88e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/config-provider/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ const ConfigProvider = defineComponent({
289289
},
290290
});
291291

292+
ConfigProvider.config = setGlobalConfig;
293+
292294
ConfigProvider.install = function (app: App) {
293295
app.component(ConfigProvider.name, ConfigProvider);
294296
};

0 commit comments

Comments
 (0)