This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import FixedLayout from '~/components/layouts/FixedLayout.vue';
|
||||
import TableHeader from '~/components/parts/TableHeader.vue';
|
||||
import api from '~/composables/api'
|
||||
|
||||
@@ -23,8 +24,11 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<TableHeader></TableHeader>
|
||||
<Container>
|
||||
|
||||
<FixedLayout>
|
||||
<Container>
|
||||
<ContentRenderer v-if="markdown" :value="markdown"></ContentRenderer>
|
||||
</Container>
|
||||
</Container>
|
||||
</FixedLayout>
|
||||
<Footer></Footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user