mirror of
				https://github.com/antd-tiny-vue/antd-tiny-vue.git
				synced 2025-10-31 08:41:45 +08:00 
			
		
		
		
	fix: space error
This commit is contained in:
		| @@ -151,7 +151,7 @@ const Button = defineComponent({ | ||||
|       isNeedInserted = | ||||
|         children.length === 1 && | ||||
|         !slots.icon && | ||||
|         isUnBorderedButtonType(props.type) | ||||
|         !isUnBorderedButtonType(props.type) | ||||
|       fixTwoCNChar() | ||||
|       showError() | ||||
|       const iconType = innerLoading.value ? 'loading' : icon | ||||
|   | ||||
		Reference in New Issue
	
	Block a user