package list from viandwi24

This commit is contained in:
Kar
2023-04-28 09:58:09 +05:30
commit 4125135289
108 changed files with 27411 additions and 0 deletions

11
pages/post/[slug].vue Normal file
View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
definePageMeta({
layout: 'page',
})
</script>
<template>
<PageWrapper class="flex flex-col">
<PageContentDoc empty-tip="Post im empty" />
</PageWrapper>
</template>