This commit is contained in:
les 2021-03-06 00:39:34 +01:00
parent 1ac23e6993
commit 694e3a4a2d
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -12,7 +12,6 @@
v-btn-toggle.v-col-6.flex-column.flex-sm-row(v-if='type === "recurrent"' color='primary' :value='value.recurrent.frequency' @change='fq => change("frequency", fq)')
v-btn(v-for='f in frequencies' :key='f.value' :value='f.value') {{f.text}}
p {{value}}
client-only
.datePicker.mt-3
v-input(:value='fromDate'