mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
8285d6f2f6
commit
2f5ecc7078
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ v-container#event.pa-0.pa-sm-2
|
||||||
v-divider
|
v-divider
|
||||||
//- info & actions
|
//- info & actions
|
||||||
v-list(dense nav)
|
v-list(dense nav)
|
||||||
v-list-group(:append-icon='mdiChevronUp' :value='!!$vuetify.breakpoint.smAndUp')
|
v-list-group(:append-icon='mdiChevronUp' :value='true')
|
||||||
template(v-slot:activator)
|
template(v-slot:activator)
|
||||||
v-list-item.text-overline Actions
|
v-list-item.text-overline Actions
|
||||||
|
|
||||||
|
@ -370,3 +370,5 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue