chore: fix prettier version (#7739)
* chore: fix prettier version * docs: fix
This commit is contained in:
@@ -14,9 +14,7 @@ Vue.use(NumberKeyboard);
|
||||
### Default Keyboard
|
||||
|
||||
```html
|
||||
<van-cell @touchstart.native.stop="show = true">
|
||||
Show Keyboard
|
||||
</van-cell>
|
||||
<van-cell @touchstart.native.stop="show = true">Show Keyboard</van-cell>
|
||||
<van-number-keyboard
|
||||
:show="show"
|
||||
@blur="show = false"
|
||||
|
||||
@@ -20,9 +20,7 @@ Vue.use(NumberKeyboard);
|
||||
数字键盘提供了 `input`、`delete`、`blur` 事件,分别对应输入内容、删除内容和失去焦点的动作。
|
||||
|
||||
```html
|
||||
<van-cell @touchstart.native.stop="show = true">
|
||||
弹出默认键盘
|
||||
</van-cell>
|
||||
<van-cell @touchstart.native.stop="show = true">弹出默认键盘</van-cell>
|
||||
<van-number-keyboard
|
||||
:show="show"
|
||||
@blur="show = false"
|
||||
|
||||
Reference in New Issue
Block a user