debian-mirror-gitlab/app/assets/javascripts/issues/show/mixins/update.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
147 B
JavaScript
Raw Normal View History

2017-09-10 17:25:29 +05:30
import eventHub from '../event_hub';
export default {
methods: {
updateIssuable() {
eventHub.$emit('update.issuable');
},
},
};