mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(NumberKeyboard): fix extra quotes (#5835)
This commit is contained in:
parent
1fcb8cea32
commit
8d6adce9a2
@ -95,7 +95,7 @@ export default {
|
|||||||
Use `extra-key` prop to set the content of bottom left button
|
Use `extra-key` prop to set the content of bottom left button
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-button plain type="primary" @touchstart.stop="show = true'">
|
<van-button plain type="primary" @touchstart.stop="show = true">
|
||||||
Show Id Card Number Keyboard
|
Show Id Card Number Keyboard
|
||||||
</van-button>
|
</van-button>
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ Use `extra-key` prop to set the content of bottom left button
|
|||||||
Use `title` prop to set keyboard title
|
Use `title` prop to set keyboard title
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-button plain type="info" @touchstart.stop="show = true'">
|
<van-button plain type="info" @touchstart.stop="show = true">
|
||||||
Show Custom Title Keyboard
|
Show Custom Title Keyboard
|
||||||
</van-button>
|
</van-button>
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ export default {
|
|||||||
通过`extra-key`属性可以设置左下角按键内容
|
通过`extra-key`属性可以设置左下角按键内容
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-button plain type="primary" @touchstart.stop="show = true'">
|
<van-button plain type="primary" @touchstart.stop="show = true">
|
||||||
弹出身份证号码键盘
|
弹出身份证号码键盘
|
||||||
</van-button>
|
</van-button>
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ export default {
|
|||||||
通过`title`属性可以设置键盘标题
|
通过`title`属性可以设置键盘标题
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-button plain type="info" @touchstart.stop="show = true'">
|
<van-button plain type="info" @touchstart.stop="show = true">
|
||||||
弹出自定义标题键盘
|
弹出自定义标题键盘
|
||||||
</van-button>
|
</van-button>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user