hy-event-store
hy-event-store copied to clipboard
老师,event-bus.js中clear和hasEvent方法中的emitBus属性是在哪里加上去的吗?没有找到
clear() { this.emitBus = {} }
hasEvent(eventName) { return Object.keys(this.emitBus).includes(eventName) }
这个应该是敲错了,this.eventBus = {} ....