tdesign-mobile-vue
Version:
tdesign-mobile-vue
28 lines (24 loc) • 930 B
JavaScript
/**
* tdesign v1.13.2
* (c) 2026 TDesign Group
* @license MIT
*/
import { merge, mergeWith as mergeWith$1, isArray } from 'lodash-es';
import defaultConfig from '../_common/js/global-config/mobile/default-config.mjs';
import zhCn from '../_common/js/global-config/mobile/locale/zh_CN.mjs';
import '../_chunks/dep-476b9e64.mjs';
import '../_chunks/dep-77efd536.mjs';
import '../_chunks/dep-3b1305c7.mjs';
import '../_chunks/dep-e0ad6e50.mjs';
import '../_chunks/dep-bcf957f4.mjs';
var defaultGlobalConfig = merge(defaultConfig, zhCn);
var configProviderInjectKey = Symbol("configProvide");
var mergeWith = function mergeWith(defaultGlobalConfig2, injectConfig) {
return mergeWith$1(defaultGlobalConfig2, injectConfig, function (objValue, srcValue) {
if (isArray(objValue)) {
return srcValue;
}
});
};
export { configProviderInjectKey, defaultGlobalConfig, mergeWith };
//# sourceMappingURL=context.mjs.map