UNPKG

ttk-app-core

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