wiki/client/components/common/v-card-chin.vue

11 lines
198 B
Vue
Raw Normal View History

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