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

feat: add prop appendToBody

This commit is contained in:
mxie
2018-10-11 10:03:42 +08:00
parent 8ebb01646a
commit e26e1f50ab
7 changed files with 104 additions and 14 deletions
+2
View File
@@ -81,6 +81,8 @@ export default {
| disabled | Boolean | false | Disable the component |
| placeholder | String | | input placeholder text |
| width | String/Number | 210 | input size |
| append-to-body | Boolean | false | append the popup to body |
| popupStyle | Object | | popup style(override the top, left style) |
| not-before | String/Date | '' | Disable all dates before new Date(not-before) |
| not-after | String/Date | '' | Disable all dates after new Date(not-after) |
| disabled-days | Array/function| [] | Disable Days |