Skip to content
Snippets Groups Projects
Commit 1b7436a5 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

v-card toolbar

parent 6fdd3881
No related branches found
No related tags found
No related merge requests found
<template> <template>
<v-card>
<v-container fluid> <v-container fluid>
<v-row > <v-row >
<v-col :cols="$vuetify.breakpoint.mobile ? 12 : 3"> <v-col :cols="$vuetify.breakpoint.mobile ? 12 : 3">
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>
</v-card>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment