You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							470 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							470 B
						
					
					
				
								<van-picker
							 | 
						|
								  class="van-datetime-picker"
							 | 
						|
								  active-class="active-class"
							 | 
						|
								  toolbar-class="toolbar-class"
							 | 
						|
								  column-class="column-class"
							 | 
						|
								  title="{{ title }}"
							 | 
						|
								  columns="{{ columns }}"
							 | 
						|
								  item-height="{{ itemHeight }}"
							 | 
						|
								  show-toolbar="{{ showToolbar }}"
							 | 
						|
								  visible-item-count="{{ visibleItemCount }}"
							 | 
						|
								  confirm-button-text="{{ confirmButtonText }}"
							 | 
						|
								  cancel-button-text="{{ cancelButtonText }}"
							 | 
						|
								  bind:change="onChange"
							 | 
						|
								  bind:confirm="onConfirm"
							 | 
						|
								  bind:cancel="onCancel"
							 | 
						|
								/>
							 | 
						|
								
							 |