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:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user