feat: v-card-info
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
<template lang='pug'>
|
||||
div
|
||||
v-divider.my-0
|
||||
v-card-actions(:class='dark ? "grey darken-4-l5" : "grey lighten-4"')
|
||||
v-card-actions(:class='$vuetify.theme.dark ? "grey darken-4-l5" : "grey lighten-4"')
|
||||
slot
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
computed: {
|
||||
dark() { return this.$vuetify.theme.dark }
|
||||
}
|
||||
}
|
||||
export default { }
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user