import GlobalConfig from './conf' import Nutils from 'n-table-utils' import { VxeGlobalSetup } from '../../../types/all' /** * 全局参数设置 */ export const setup: VxeGlobalSetup = (options) => { return Nutils.merge(GlobalConfig, options) }