Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import Bus from 'vue'
|
||||
const install = function (Vue) {
|
||||
Vue.prototype.$bus = new Bus()
|
||||
}
|
||||
export default { install }
|
||||
Reference in New Issue
Block a user