2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-13 03:12:26 +03:00

docs: add input slot

This commit is contained in:
mengxiong10
2019-11-15 18:05:14 +08:00
parent 763ce8dbb1
commit f7433afcc1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -270,6 +270,7 @@ set fixed time list to select;
| ------------- | ------------------------ |
| icon-calendar | custom the calender icon |
| icon-clear | custom the clear icon |
| input | replace input |
| header | popup header |
| footer | popup footer |
| sidebar | popup sidebar |
+1
View File
@@ -268,6 +268,7 @@ data() {
| ------------- | -------------- |
| icon-calendar | 自定义日历图标 |
| icon-clear | 自定义清除图标 |
| input | 替换输入框 |
| header | 弹出层的头部 |
| footer | 弹出层的底部 |
| sidebar | 弹出层的侧边 |