We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfecf00 commit 68170bfCopy full SHA for 68170bf
package.json
@@ -6,7 +6,7 @@
6
},
7
"name": "vue-functional-calendar",
8
"description": "A style-uninstallable datepicker component for Vue.js",
9
- "version": "2.1.4",
+ "version": "2.1.5",
10
"license": "MIT",
11
"repository": {
12
"type": "git",
src/Demo.vue
@@ -2,6 +2,8 @@
2
<div>
3
<functional-calendar class="demo-calendar"
4
:sunday-start="true"
5
+ :is-modal="true"
+ :date-format="'dd.mm.yyyy'"
:change-month-function="true"
:change-year-function="true"
:is-date-picker="true"
0 commit comments