mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
fix(Calendar): incorret button native-type (#5873)
This commit is contained in:
parent
f36961fe29
commit
1aef6fd076
@ -372,7 +372,7 @@ export default createComponent({
|
|||||||
color={this.color}
|
color={this.color}
|
||||||
class={bem('confirm')}
|
class={bem('confirm')}
|
||||||
disabled={this.buttonDisabled}
|
disabled={this.buttonDisabled}
|
||||||
nativeType="text"
|
nativeType="button"
|
||||||
onClick={this.onConfirm}
|
onClick={this.onConfirm}
|
||||||
>
|
>
|
||||||
{text || t('confirm')}
|
{text || t('confirm')}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user