Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-12-14 17:07:29 +08:00
11 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ app.use(NumberKeyboard);
### Default Keyboard
```html
<van-cell @touchstart.stop="show = true"> Show Keyboard </van-cell>
<van-cell @touchstart.stop="show = true">Show Keyboard</van-cell>
<van-number-keyboard
:show="show"
@blur="show = false"
+1 -1
View File
@@ -21,7 +21,7 @@ app.use(NumberKeyboard);
数字键盘提供了 `input``delete``blur` 事件,分别对应输入内容、删除内容和失去焦点的动作。
```html
<van-cell @touchstart.stop="show = true"> 弹出默认键盘 </van-cell>
<van-cell @touchstart.stop="show = true">弹出默认键盘</van-cell>
<van-number-keyboard
:show="show"
@blur="show = false"