tdesign-mobile-vue
Version:
tdesign-mobile-vue
28 lines (24 loc) • 929 B
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 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-bca0f578.mjs';
import '../_chunks/dep-4915223e.mjs';
import '../_chunks/dep-6b2b02fd.mjs';
import '../_chunks/dep-c6f44a15.mjs';
import '../_chunks/dep-c984d53e.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