Skip to content

Commit

Permalink
feat: create WIP pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 20, 2023
1 parent 9462623 commit 71cc59a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pages/premium/additional-boorus.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<script lang="ts" setup>
useSeoMeta({
title: 'Additional Boorus'
})
definePageMeta({ middleware: 'auth' })
</script>

<template>
<main class="container mx-auto max-w-3xl flex-1 px-4 py-4 sm:px-6 lg:px-8">
<PageHeader>
<template #title>Additional Boorus</template>
<template #text> Browse posts from other Boorus </template>
</PageHeader>

<!-- TODO -->
</main>
</template>
18 changes: 18 additions & 0 deletions pages/premium/tag-collections.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<script lang="ts" setup>
useSeoMeta({
title: 'Tag collections'
})
definePageMeta({ middleware: 'auth' })
</script>

<template>
<main class="container mx-auto max-w-3xl flex-1 px-4 py-4 sm:px-6 lg:px-8">
<PageHeader>
<template #title>Tag collections</template>
<template #text>Create lists of tags to quickly search or filter posts</template>
</PageHeader>

<!-- TODO -->
</main>
</template>

0 comments on commit 71cc59a

Please sign in to comment.