frontend.src.event-bus.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elepy-admin Show documentation
Show all versions of elepy-admin Show documentation
A Restful API generator and Headless CMS
import Vue from 'vue';
const EventBus = new Vue();
export default EventBus;