Commit fad13feb authored by Arun Kumar Mohan's avatar Arun Kumar Mohan

Migrate from Vue event hub to Mitt in issuables list

parent 8d89dec4
import Vue from 'vue';
import createEventHub from '~/helpers/event_hub_factory';
const issueablesEventBus = new Vue();
export default issueablesEventBus;
export default createEventHub();
---
title: Migrate from Vue event hub to Mitt in issuables list
merge_request: 31652
author: Arun Kumar Mohan
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment