Skip to content

Commit ab111d3

Browse files
committed
Added user-select: none, and changed package version
1 parent 83af96a commit ab111d3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"name": "vue-functional-calendar",
88
"description": "A style-uninstallable datepicker component for Vue.js",
9-
"version": "2.3.3",
9+
"version": "2.3.4",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",

src/Demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<functional-calendar class="demo-calendar"
44
ref="Calendar"
55
v-model="calendarData2"
6-
:sunday-start="true"
6+
:sunday-start="false"
77
:is-modal="false"
88
:date-format="'dd.mm.yyyy'"
99
:change-month-function="true"

src/assets/scss/calendar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ input.vfc-single-input {
3737
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
3838
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", serif;
3939
background-color: $white;
40+
user-select: none;
4041

4142
&.vfc-modal {
4243
position: absolute;

0 commit comments

Comments
 (0)