mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
提交
This commit is contained in:
3
src/utils/bus.js
Normal file
3
src/utils/bus.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import Vue from 'vue'
|
||||
const Bus = new Vue();
|
||||
export default Bus;
|
||||
Reference in New Issue
Block a user