1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

recherche et pages

This commit is contained in:
Maxime Moraine 2020-03-30 11:03:20 +02:00
parent eccc40a123
commit c9f4aae633
6 changed files with 281 additions and 96 deletions

View file

@ -1,24 +1,17 @@
<template>
<div>
<Home v-if="$page.frontmatter.home" />
<Page v-else>
<template #top>
<slot name="page-top" />
</template>
<template #bottom>
<slot name="page-bottom" />
</template>
</Page>
<Page></Page>
</div>
</template>
<script>
import Page from '@theme/components/Page.vue'
export default {
name: 'Layout',
components: {
Page
},
computed: {