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

gitlab_ui.js « commons « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82a191d056b8f2c0f184d8df8f829ec18b6a92e9 (plain)
1
2
3
4
5
6
import Vue from 'vue';
import { GlLoadingIcon, GlTooltipDirective } from '@gitlab-org/gitlab-ui';

Vue.component('gl-loading-icon', GlLoadingIcon);

Vue.directive('gl-tooltip', GlTooltipDirective);