Vue event bus, uploading files handles from file service.

This commit is contained in:
krzysiej
2022-06-02 13:43:08 +02:00
parent 1a5445a84a
commit e5562cddb1
8 changed files with 69 additions and 52 deletions

3
assets/js/event-bus.js Normal file
View File

@@ -0,0 +1,3 @@
import Vue from 'vue';
window.EventBus = new Vue();
export const EventBus = window.EventBus;