mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	refactor(client): Fix order of component property
This commit is contained in:
		
							parent
							
								
									9008664606
								
							
						
					
					
						commit
						7bb8d8b27e
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -19,14 +19,14 @@ import MkButton from './button.vue';
 | 
			
		|||
import paging from '../../scripts/paging';
 | 
			
		||||
 | 
			
		||||
export default Vue.extend({
 | 
			
		||||
	mixins: [
 | 
			
		||||
		paging({}),
 | 
			
		||||
	],
 | 
			
		||||
 | 
			
		||||
	components: {
 | 
			
		||||
		MkButton
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	mixins: [
 | 
			
		||||
		paging({}),
 | 
			
		||||
	],
 | 
			
		||||
 | 
			
		||||
	props: {
 | 
			
		||||
		pagination: {
 | 
			
		||||
			required: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue