mirror of
				https://github.com/antd-tiny-vue/antd-tiny-vue.git
				synced 2025-10-31 16:51:45 +08:00 
			
		
		
		
	chore: migrate vue3.3
This commit is contained in:
		| @@ -84,7 +84,7 @@ const Space = defineComponent({ | ||||
|  | ||||
|     return () => { | ||||
|       const { align, direction, rootClassName, split, wrap } = props | ||||
|       const childNodes = filterEmpty(slots.default?.()) | ||||
|       const childNodes = filterEmpty(slots.default?.() as any) | ||||
|       const mergedAlign = | ||||
|         align === undefined && direction === 'horizontal' ? 'center' : align | ||||
|       const cn = classNames( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user