docs(NumberKeyboard): fix extra quotes (#5835)

This commit is contained in:
chenjiahan
2020-03-17 09:38:51 +08:00
parent 1fcb8cea32
commit 8d6adce9a2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ export default {
Use `extra-key` prop to set the content of bottom left button
```html
<van-button plain type="primary" @touchstart.stop="show = true'">
<van-button plain type="primary" @touchstart.stop="show = true">
Show Id Card Number Keyboard
</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
```html
<van-button plain type="info" @touchstart.stop="show = true'">
<van-button plain type="info" @touchstart.stop="show = true">
Show Custom Title Keyboard
</van-button>