Remove gitlab-ui's pagination from global
This commit is contained in:
		
							parent
							
								
									571e651b21
								
							
						
					
					
						commit
						0179a562e6
					
				| 
						 | 
				
			
			@ -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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,11 @@
 | 
			
		|||
<script>
 | 
			
		||||
import { GlPagination } from '@gitlab-org/gitlab-ui';
 | 
			
		||||
import { s__ } from '../../locale';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  components: {
 | 
			
		||||
    GlPagination,
 | 
			
		||||
  },
 | 
			
		||||
  props: {
 | 
			
		||||
    change: {
 | 
			
		||||
      type: Function,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
---
 | 
			
		||||
title: Remove gitlab-ui's pagination from global
 | 
			
		||||
merge_request:
 | 
			
		||||
author:
 | 
			
		||||
type: performance
 | 
			
		||||
		Loading…
	
		Reference in New Issue