Skip to content
Snippets Groups Projects
Commit ed816c3d authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'gl-ui-pagination' into 'master'

Remove gitlab-ui's pagination from global

See merge request gitlab-org/gitlab-ce!22704
parents 7a8fdd72 0179a562
No related branches found
No related tags found
No related merge requests found
import Vue from 'vue';
import {
GlPagination,
GlProgressBar,
GlLoadingIcon,
GlTooltipDirective,
} from '@gitlab-org/gitlab-ui';
 
Vue.component('gl-pagination', GlPagination);
Vue.component('gl-progress-bar', GlProgressBar);
Vue.component('gl-loading-icon', GlLoadingIcon);
 
Loading
Loading
<script>
import { GlPagination } from '@gitlab-org/gitlab-ui';
import { s__ } from '../../locale';
 
export default {
components: {
GlPagination,
},
props: {
change: {
type: Function,
Loading
Loading
---
title: Remove gitlab-ui's pagination from global
merge_request:
author:
type: performance
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment