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
		Add a link
		
	
		Reference in a new issue