请问, 现在我有time, route工具函数文件, 如何统一在index中代理输出?
time.js中
export cosnt time1
export cosnt time2
route.js中
export cosnt route1
export cosnt route2
如何将time.js与route.js在index.js中整体输出
然后可以
import {time1} from './index'
我现在使用
export * from './time'
export * from './route'
然后报 exports is not defined?
另外, time与route中有很多函数的.
慕虎7371278
潇潇雨雨
HUX布斯
相关分类