Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaokuohaha committed Dec 9, 2017
1 parent bacd9b5 commit 3df1993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-multi-date-picker",
"description": "A date picker for vue2.x support multi selection",
"version": "1.2.2",
"version": "1.3.0",
"author": "fangchaozeng <[email protected]>",
"private": false,
"main": "src/lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="./assets/logo.png" alt="" srcset="">
<div class="wrapper">
<m-date-picker v-model="date" :multi="true"
:disp="['Sun', 'Mon', 'Tus', 'Wen', 'Thu', 'Fri', 'Sat','Y', 'M', 'Cancel', 'OK']" ></m-date-picker>
:disp="['', '', '', '', '', '', '','', '', 'Cancel', 'OK']" ></m-date-picker>
<div v-for="(item, index) in date" :key="index" class="sel-dates">
{{item}}
</div>
Expand Down

0 comments on commit 3df1993

Please sign in to comment.