mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
import Vue from 'vue'
|
|
const Bus = new Vue();
|
|
export default Bus; |