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

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

View File

@ -103,6 +103,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

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