docs: improve teleport description (#8819)

This commit is contained in:
neverland
2021-06-07 19:25:06 +08:00
committed by GitHub
parent 851e0a89d7
commit b2a090344f
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ export default {
| show-delete-key | Whether to show delete button | _boolean_ | `true` |
| blur-on-close `v3.0.6` | Whether to emit blur event when clicking close button | _boolean_ | `true` |
| hide-on-click-outside | Whether to hide keyboard when outside is clicked | _boolean_ | `true` |
| teleport | Return the mount node for NumberKeyboard | _string \| Element_ | - |
| teleport | Specifies a target element where NumberKeyboard will be mounted | _string \| Element_ | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | _boolean_ | `true` |
| random-key-order | Whether to shuffle the order of keys | _boolean_ | `false` |