This commit is contained in:
2019-11-15 21:06:49 +00:00
parent de7631ba08
commit 58d66fac26
2 changed files with 8 additions and 9 deletions

View File

@@ -34,7 +34,7 @@
:error="!!error"
></v-text-field>
</template>
<v-time-picker v-model="timeOnly">
<v-time-picker scrollable ampm-in-title v-model="timeOnly">
<v-spacer></v-spacer>
<v-btn text color="primary" @click="dlgtime = false">OK</v-btn>
</v-time-picker>