mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-06-02 00:33:01 +02:00
12 lines
238 B
Vue
12 lines
238 B
Vue
<script setup>
|
|
import DefaultTheme from 'vitepress/theme'
|
|
const {Layout} = DefaultTheme
|
|
</script>
|
|
<template>
|
|
<Layout>
|
|
<template #layout-bottom>
|
|
<div class="khatru-layout-bottom">~</div>
|
|
</template>
|
|
</Layout>
|
|
</template>
|