|
|
@ -22,6 +22,7 @@ provide('close-sidebar', closeSidebar)
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="Layout">
|
|
|
|
<div class="Layout">
|
|
|
|
|
|
|
|
<slot name="layout-top" />
|
|
|
|
<VPSkipLink />
|
|
|
|
<VPSkipLink />
|
|
|
|
<VPBackdrop class="backdrop" :show="isSidebarOpen" @click="closeSidebar" />
|
|
|
|
<VPBackdrop class="backdrop" :show="isSidebarOpen" @click="closeSidebar" />
|
|
|
|
<VPNav />
|
|
|
|
<VPNav />
|
|
|
@ -46,6 +47,7 @@ provide('close-sidebar', closeSidebar)
|
|
|
|
</VPContent>
|
|
|
|
</VPContent>
|
|
|
|
|
|
|
|
|
|
|
|
<VPFooter />
|
|
|
|
<VPFooter />
|
|
|
|
|
|
|
|
<slot name="layout-bottom" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|