package list from viandwi24
This commit is contained in:
11
pages/post/[slug].vue
Normal file
11
pages/post/[slug].vue
Normal 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>
|
||||
Reference in New Issue
Block a user