fix: slider tipFormatter error #4954
							parent
							
								
									5265440f76
								
							
						
					
					
						commit
						6fad9ead9e
					
				|  | @ -56,7 +56,7 @@ export const sliderProps = () => ({ | |||
|   vertical: { type: Boolean, default: undefined }, | ||||
|   tipFormatter: { | ||||
|     type: [Function, Object] as PropType<((value?: number) => any) | null>, | ||||
|     default: defaultTipFormatter, | ||||
|     default: () => defaultTipFormatter, | ||||
|   }, | ||||
|   tooltipVisible: { type: Boolean, default: undefined }, | ||||
|   tooltipPlacement: { type: String as PropType<TooltipPlacement> }, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 tangjinzhou
						tangjinzhou