11 lines
162 B
Vue
11 lines
162 B
Vue
<template>
|
|
<div>
|
|
<SiteNavbar class="sticky bg-(--ui-bg)/75 backdrop-blur" />
|
|
<SiteSidebar />
|
|
|
|
<UContainer>
|
|
<slot />
|
|
</UContainer>
|
|
</div>
|
|
</template>
|