backport dependency import change in issue_card_inner.js
This commit is contained in:
parent
03bbd847de
commit
97fd16afa4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import $ from 'jquery';
|
||||
import Vue from 'vue';
|
||||
import userAvatarLink from '../../vue_shared/components/user_avatar/user_avatar_link.vue';
|
||||
import UserAvatarLink from '../../vue_shared/components/user_avatar/user_avatar_link.vue';
|
||||
import eventHub from '../eventhub';
|
||||
|
||||
const Store = gl.issueBoards.BoardsStore;
|
||||
|
@ -45,7 +45,7 @@ gl.issueBoards.IssueCardInner = Vue.extend({
|
|||
};
|
||||
},
|
||||
components: {
|
||||
userAvatarLink,
|
||||
UserAvatarLink,
|
||||
},
|
||||
computed: {
|
||||
numberOverLimit() {
|
||||
|
|
Loading…
Reference in a new issue