11 lines
116 B
Vue
11 lines
116 B
Vue
<template>
|
|
<div>
|
|
<SiteNavbar sticky />
|
|
<SiteSidebar />
|
|
|
|
<div crate>
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</template>
|