mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
6 lines
133 B
Vue
6 lines
133 B
Vue
<template>
|
|
<div class="flex flex-1 items-start justify-start overflow-y-auto overflow-x-hidden">
|
|
<slot />
|
|
</div>
|
|
</template>
|