pompy.dev/apps/list/pages/index.vue

9 lines
194 B
Vue

<template>
<Header highlight="anything" />
<Main>
<NuxtLink href="/content-creators" class="underline">
Content Creators
</NuxtLink>
</Main>
</template>