2018-06-10 00:11:00 +00:00
|
|
|
<template lang='pug'>
|
|
|
|
div
|
|
|
|
v-divider.my-0
|
2020-05-10 22:29:24 +00:00
|
|
|
v-card-actions(:class='$vuetify.theme.dark ? "grey darken-4-l5" : "grey lighten-4"')
|
2018-06-10 00:11:00 +00:00
|
|
|
slot
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2020-05-10 22:29:24 +00:00
|
|
|
export default { }
|
2018-06-10 00:11:00 +00:00
|
|
|
</script>
|