Remove gitlab-ui's pagination from global

This commit is contained in:
Clement Ho 2018-10-30 16:30:31 -05:00
parent 571e651b21
commit 0179a562e6
No known key found for this signature in database
GPG Key ID: BB456A3D0492E374
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import Vue from 'vue';
import {
GlPagination,
GlProgressBar,
GlModal,
GlLoadingIcon,
@ -8,7 +7,6 @@ import {
GlTooltipDirective,
} from '@gitlab-org/gitlab-ui';
Vue.component('gl-pagination', GlPagination);
Vue.component('gl-progress-bar', GlProgressBar);
Vue.component('gl-ui-modal', GlModal);
Vue.component('gl-loading-icon', GlLoadingIcon);

View File

@ -1,7 +1,11 @@
<script>
import { GlPagination } from '@gitlab-org/gitlab-ui';
import { s__ } from '../../locale';
export default {
components: {
GlPagination,
},
props: {
change: {
type: Function,

View File

@ -0,0 +1,5 @@
---
title: Remove gitlab-ui's pagination from global
merge_request:
author:
type: performance