mirror of
https://github.com/youzan/vant.git
synced 2026-05-17 01:00:36 +08:00
docs(NumberKeyboard): fix multiple extraKey doc (#9551)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -116,6 +116,7 @@ export default {
|
||||
</van-cell>
|
||||
<van-number-keyboard
|
||||
:show="show"
|
||||
theme="custom"
|
||||
:extra-key="['00', '.']"
|
||||
close-button-text="完成"
|
||||
@blur="show = false"
|
||||
|
||||
Reference in New Issue
Block a user