mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-03 20:35:29 +08:00
JEECG-BOOT 2.0.2版本发布
This commit is contained in:
5
ant-design-vue-jeecg/src/utils/vueBus.js
Normal file
5
ant-design-vue-jeecg/src/utils/vueBus.js
Normal file
@ -0,0 +1,5 @@
|
||||
import Bus from 'vue';
|
||||
let install = function (Vue) {
|
||||
Vue.prototype.$bus = new Bus()
|
||||
}
|
||||
export default { install };
|
||||
Reference in New Issue
Block a user