fix: space error

This commit is contained in:
zhuzhengjian 2023-04-17 11:30:22 +08:00
parent 07d0ff0785
commit 0d1e4d3e7c

View File

@ -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