v-card-chin.vue 198 Bytes
Newer Older
NGPixel's avatar
NGPixel committed
1 2 3
<template lang='pug'>
  div
    v-divider.my-0
NGPixel's avatar
NGPixel committed
4
    v-card-actions(:class='$vuetify.theme.dark ? "grey darken-4-l5" : "grey lighten-4"')
NGPixel's avatar
NGPixel committed
5 6 7 8
      slot
</template>

<script>
NGPixel's avatar
NGPixel committed
9
export default { }
NGPixel's avatar
NGPixel committed
10
</script>