fix[Pagination]: apply PageSizes property to el-pagination (#1355)
Apply PageSizes property to el-paginationpull/1611/head
							parent
							
								
									c6843f9646
								
							
						
					
					
						commit
						54dc9ddfaa
					
				| 
						 | 
				
			
			@ -5,6 +5,7 @@
 | 
			
		|||
      :current-page.sync="currentPage"
 | 
			
		||||
      :page-size.sync="pageSize"
 | 
			
		||||
      :layout="layout"
 | 
			
		||||
      :page-sizes="pageSizes"
 | 
			
		||||
      :total="total"
 | 
			
		||||
      v-bind="$attrs"
 | 
			
		||||
      @size-change="handleSizeChange"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue