11 lines
198 B
Vue
Raw Normal View History

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