10 lines
188 B
Vue
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>
|