/*
 * @Description: 此文件用于装载公共实例 进行Vue中的$on $emit通信
 * @Author: Napier
 * @LastEditors: Napier
 * @LastEditorTime: 
 */

import Vue from 'vue'

export default new Vue()