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