File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"name" : " vue-functional-calendar" ,
8
8
"description" : " A style-uninstallable datepicker component for Vue.js" ,
9
- "version" : " 2.2.4 " ,
9
+ "version" : " 2.2.5 " ,
10
10
"license" : " MIT" ,
11
11
"repository" : {
12
12
"type" : " git" ,
Original file line number Diff line number Diff line change 8
8
:change-month-function =" true"
9
9
:change-year-function =" true"
10
10
:is-date-range =" true"
11
- :is-multiple =" false "
11
+ :is-multiple =" true "
12
12
:calendars-count =" 2"
13
13
:marked-date-range =" {start: '22.4.2019', end: '24.4.2019'}"
14
14
:left-and-right-days =" true"
100
100
}
101
101
102
102
.demo-calendar {
103
- width : 20 %
103
+ width : 30 %
104
104
}
105
105
106
106
.demo-calendar2 {
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ input.vfc-single-input {
182
182
183
183
div {
184
184
& .vfc-content {
185
+ margin : 0 20px ;
185
186
z-index : 100 ;
186
187
h2 {
187
188
& .vfc-top-date {
You can’t perform that action at this time.
0 commit comments