feat: make markdown work

dear lord
This commit is contained in:
2022-07-22 15:32:00 -04:00
parent 9c6b91c562
commit 92d0d70760
15 changed files with 262 additions and 134 deletions

View File

@@ -1,14 +1,14 @@
<script setup lang="ts">
import Default from "./base.vue";
import Base from "./base.vue";
import Navbar from "../components/Navbar.vue";
</script>
<template>
<div>
<div class="flex flex-col items-center w-full h-full">
<Navbar />
<Default>
<Base>
<slot />
</Default>
</Base>
</div>
</template>