6 lines
79 B
Vue
6 lines
79 B
Vue
<template>
|
|
<main class="container-fluid">
|
|
<slot />
|
|
</main>
|
|
</template>
|