fchat-rising/chat/event-bus.ts

4 lines
59 B
TypeScript
Raw Normal View History

2019-06-08 02:26:01 +00:00
import Vue from 'vue';
export const EventBus = new Vue();