mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 03:58:05 +08:00
This commit is contained in:
parent
ac93c476d1
commit
b61c88e5df
@ -289,6 +289,8 @@ const ConfigProvider = defineComponent({
|
||||
},
|
||||
});
|
||||
|
||||
ConfigProvider.config = setGlobalConfig;
|
||||
|
||||
ConfigProvider.install = function (app: App) {
|
||||
app.component(ConfigProvider.name, ConfigProvider);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user