mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
54af7c662d
commit
90ffa5e878
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ v-col(cols=12)
|
|||
|
||||
p {{ $t(`event.${type}_description`) }}
|
||||
|
||||
span {{ value }}
|
||||
|
||||
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 }}
|
||||
client-only
|
||||
|
|
Loading…
Reference in a new issue