eventBus_20210621201811.js 201 B

12345678910
  1. /*
  2. * @Description: 此文件用于装载公共实例 进行Vue中的$on $emit通信
  3. * @Author: Napier
  4. * @LastEditors: Napier
  5. * @LastEditorTime:
  6. */
  7. import Vue from 'vue'
  8. export default new Vue()