Skip to content

Commit d512bd1

Browse files
author
weifeiyue
committed
support inline mode #15
1 parent 5a53be3 commit d512bd1

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vue-datepicker-local
22

33
### A Beautiful Datepicker Component For Vue2
4-
* Lightweight (less than 4kb minified and gzipped)
4+
* Lightweight (less than 5kb minified and gzipped)
55
* Only dependencies Vue
66
* Beautiful!
77

@@ -72,6 +72,7 @@ The `dist` folder contains `vue-datepicker-local.js` and `vue-datepicker-local.c
7272
|:---------------|:-------------------------------------------------|:-----------|:-------------------|
7373
| v-model | dates to be manipulated | Date/Array | -- |
7474
| name | name for input | String | -- |
75+
| type | type for input (inline/normal) | String | normal |
7576
| inputClass | custom class name for input | String | -- |
7677
| popupClass | custom class name for popup | String | -- |
7778
| disabled | determine whether the DatePicker is disabled | Boolean | false |

dist/vue-datepicker-local.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)