UNPKG

bkui-cli-template-webpack4-saas

Version:

bkui-cli-template-webpack4-saas

11 lines (8 loc) 229 B
/** * @file event bus * @author <%- author %> */ import Vue from 'vue' // Use a bus for components communication, // see https://vuejs.org/v2/guide/components.html#Non-Parent-Child-Communication export const bus = new Vue()