8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import Vue from 'vue'
|
|
|
|
export default new Vue()
|
|
|
|
export const ONLINE: string = 'ONLINE'
|
|
export const OFFLINE: string = 'OFFLINE'
|
|
export const SYNC: string = 'SYNC'
|