摘要: // event-bus.js import Vue from 'vue' class Bus { // eventName1:[fn1,fn2], // eventName2:[fn3,fn4], this.callbacks = {} $on(name, fn) { this.callbacks 阅读全文
posted @ 2021-03-14 11:42 Jack·zhou 阅读(105) 评论(0) 推荐(0) 编辑