This commit is contained in:
2021-03-18 10:59:46 +01:00
parent 4811c97bf9
commit 97d8918d9a
13 changed files with 29851 additions and 1235 deletions

5
src/libs/EventBus.js Normal file
View File

@ -0,0 +1,5 @@
import Vue from 'vue'
const EventBus = new Vue()
export default EventBus