website/src/components/AppContainer.vue
2020-02-19 17:16:28 -08:00

10 lines
188 B
Vue

<template>
<v-container fluid>
<v-row class="justify-center">
<v-col cols="12" md="11" lg="10" xl="8">
<slot/>
</v-col>
</v-row>
</v-container>
</template>