master: change repo
This commit is contained in:
7
src/utils/bus-event.ts
Normal file
7
src/utils/bus-event.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
export default new Vue()
|
||||
|
||||
export const ONLINE: string = 'ONLINE'
|
||||
export const OFFLINE: string = 'OFFLINE'
|
||||
export const SYNC: string = 'SYNC'
|
||||
Reference in New Issue
Block a user