/** * @全局挂载 * @API 全局事件 */ import global from '../utils/global' export default { install(app) { app.config.globalProperties.$global = global } }