Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eventhub.js « issuables_list « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1601a7d8f3196c6ecc95417fa3d3780a70758e5 (plain)
1
2
3
4
5
import Vue from 'vue';

const issueablesEventBus = new Vue();

export default issueablesEventBus;