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