chore: fix prettier version (#7739)

* chore: fix prettier version

* docs: fix
This commit is contained in:
neverland
2020-12-14 17:04:43 +08:00
committed by GitHub
parent b6ab011f7d
commit dc3fee12c1
17 changed files with 45 additions and 94 deletions
+1 -3
View File
@@ -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"
+1 -3
View File
@@ -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"