[new feature] NumberKeyboard: add title-left slot (#3194)

This commit is contained in:
neverland
2019-04-22 19:51:42 +08:00
committed by GitHub
parent c9d6222ab1
commit 493860134a
8 changed files with 53 additions and 5 deletions
+6
View File
@@ -85,3 +85,9 @@ export default {
| blur | 点击关闭按钮或非键盘区域时触发 | - |
| show | 键盘完全弹出时触发 | - |
| hide | 键盘完全收起时触发 | - |
### Slot
| 名称 | 说明 |
|------|------|
| title-left | 自定义标题栏左侧内容 |