mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-03-29 00:30:50 +00:00
5 lines
116 B
Java
5 lines
116 B
Java
import Bus from 'vue';
|
|
let install = function (Vue) {
|
|
Vue.prototype.$bus = new Bus()
|
|
}
|
|
export default { install }; |