docs: make document more compact
This commit is contained in:
@@ -17,7 +17,6 @@ Vue.use(NumberKeyboard);
|
||||
<van-button @touchstart.stop="show = true">
|
||||
Show Keyboard
|
||||
</van-button>
|
||||
|
||||
<van-number-keyboard
|
||||
:show="show"
|
||||
extra-key="."
|
||||
|
||||
@@ -21,7 +21,6 @@ Vue.use(NumberKeyboard);
|
||||
<van-button @touchstart.stop="show = true">
|
||||
弹出默认键盘
|
||||
</van-button>
|
||||
|
||||
<van-number-keyboard
|
||||
:show="show"
|
||||
extra-key="."
|
||||
|
||||
Reference in New Issue
Block a user