9 lines
92 B
Vue
9 lines
92 B
Vue
<template>
|
|
<div>
|
|
<SiteNavbar sticky />
|
|
<SiteSidebar />
|
|
|
|
<slot />
|
|
</div>
|
|
</template>
|