Skip to content

Commit

Permalink
Add date info to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich committed Sep 16, 2016
1 parent edca2c6 commit f469f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $ npm install vue-date-picker
<datepicker :readonly="true" format="YYYY-MM-DD"></datepicker>
<datepicker format="YYYY-M-D" value="2015-9-5"></datepicker>
<datepicker :readonly="true" format="MMM/D/YYYY" width="300px"></datepicker>
<datepicker :readonly="true" format="MMM/D/YYYY" width="300px" name="date"></datepicker>
</template>

<script>
Expand All @@ -36,4 +37,4 @@ export default {

# License

[The MIT License](http://opensource.org/licenses/MIT)
[The MIT License](http://opensource.org/licenses/MIT)

0 comments on commit f469f70

Please sign in to comment.