Skip to content

Commit

Permalink
Close #10: set dialog persistent to false
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenfang committed Nov 19, 2018
1 parent 86f4b88 commit 97f1aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-datetime-picker",
"version": "1.0.7",
"version": "1.0.8",
"description": "DatetimePicker component for Vuetify.js.",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/components/DatetimePicker.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<v-dialog
v-model="display"
persistent
lazy
full-width
:width="width"
Expand Down

0 comments on commit 97f1aa7

Please sign in to comment.