Commit 5886c933 authored by Alexis Ginsberg's avatar Alexis Ginsberg

Removing references to tooltips and directives

parent fe2943ff
<script>
import { GlLoadingIcon, GlTooltipDirective } from '@gitlab/ui';
import { GlLoadingIcon } from '@gitlab/ui';
import Sortable from 'sortablejs';
import sortableConfig from 'ee_else_ce/sortable/sortable_config';
import RelatedIssuableItem from '~/vue_shared/components/issue/related_issuable_item.vue';
export default {
name: 'RelatedIssuesList',
directives: {
GlTooltip: GlTooltipDirective,
},
components: {
GlLoadingIcon,
RelatedIssuableItem,
......
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