8 lines
127 B
Vue
8 lines
127 B
Vue
<template>
|
|
<div
|
|
class="wrapper max-h-screen h-full transition-all overflow-y-auto"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|