feat(NumberKeyboard): add extra-key slot (#4644)

* feat(NumberKeyboard): add extra-key slot

* fix: snapshot
This commit is contained in:
neverland
2019-10-05 07:41:37 +08:00
committed by GitHub
parent f37044aaed
commit 5ce9c28e0c
8 changed files with 39 additions and 15 deletions
+2 -1
View File
@@ -131,5 +131,6 @@ export default {
| 名称 | 说明 |
|------|------|
| delete | 自定义删除按内容 |
| delete | 自定义删除按内容 |
| extra-key | 自定义左下角按键内容
| title-left | 自定义标题栏左侧内容 |