@@ -1,5 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "blog",
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<main class="p-5 bg-white">
|
||||
<ContentDoc />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user