removes pickers
This commit is contained in:
parent
4433f83bab
commit
000306b4ed
@ -24,13 +24,6 @@
|
||||
activator="parent"
|
||||
transition="scale-transition"
|
||||
>
|
||||
<v-date-picker
|
||||
color="green-lighten-1"
|
||||
format="24hr"
|
||||
v-if="date.menu"
|
||||
v-model="date.value"
|
||||
full-width
|
||||
></v-date-picker>
|
||||
</v-menu>
|
||||
</v-text-field>
|
||||
<v-text-field
|
||||
@ -47,13 +40,6 @@
|
||||
activator="parent"
|
||||
transition="scale-transition"
|
||||
>
|
||||
<v-time-picker
|
||||
color="green-lighten-1"
|
||||
format="24hr"
|
||||
v-if="time.menu"
|
||||
v-model="time.value"
|
||||
full-width
|
||||
></v-time-picker>
|
||||
</v-menu>
|
||||
</v-text-field>
|
||||
<v-text-field
|
||||
@ -106,8 +92,6 @@
|
||||
<script>
|
||||
import routing from './routing';
|
||||
import axios from 'axios';
|
||||
import { VTimePicker } from 'vuetify/labs/VTimePicker';
|
||||
import { VDatePicker } from 'vuetify/components/VDatePicker';
|
||||
|
||||
const client = axios.create({
|
||||
baseURL: process.env.VUE_APP_BASE_URL
|
||||
@ -126,8 +110,6 @@
|
||||
},
|
||||
components: {
|
||||
routing,
|
||||
VTimePicker,
|
||||
VDatePicker
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user