mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-08 15:47:24 +00:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
// https://alligator.io/vuejs/global-event-bus/
|
|
import Vue from 'vue'
|
|
|
|
export default new Vue()
|