docs(NumberKeyboard): fix multiple extraKey doc (#9551)

This commit is contained in:
neverland 2021-09-23 16:37:09 +08:00 committed by GitHub
parent 03988a0d32
commit 6ff2b7ff0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ Use `title` prop to set keyboard title.
</van-cell>
<van-number-keyboard
:show="show"
theme="custom"
:extra-key="['00', '.']"
close-button-text="Close"
@blur="show = false"

View File

@ -116,6 +116,7 @@ export default {
</van-cell>
<van-number-keyboard
:show="show"
theme="custom"
:extra-key="['00', '.']"
close-button-text="完成"
@blur="show = false"