fix(Calendar): incorret button native-type (#5873)

This commit is contained in:
chenjiahan 2020-03-20 14:13:56 +08:00
parent f36961fe29
commit 1aef6fd076

View File

@ -372,7 +372,7 @@ export default createComponent({
color={this.color}
class={bem('confirm')}
disabled={this.buttonDisabled}
nativeType="text"
nativeType="button"
onClick={this.onConfirm}
>
{text || t('confirm')}