mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2024-11-10 09:39:15 +08:00
fix: space error
This commit is contained in:
parent
07d0ff0785
commit
0d1e4d3e7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user