master: change repo

This commit is contained in:
Julien Calixte
2019-08-22 11:50:32 +02:00
commit dbd63d341c
263 changed files with 26153 additions and 0 deletions

7
src/utils/bus-event.ts Normal file
View 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'