UNPKG

@ttk/component

Version:

ttk组件库

15 lines (11 loc) 202 B
import webapi from '@/api' var _options = { webapi } function config(options) { if (options) { Object.assign(_options, options) } } config.current = _options export default config