Add hunt detail
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
const app = useNuxtApp();
|
||||
const { huntSlug, questSlug } = app.$slugData;
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>{{ huntSlug!.name }} - {{ questSlug!.name }}</h1>
|
||||
<VaButton :to="$localePath(`/hunt/${sluggy(huntSlug!)}`)"
|
||||
>Back to Hunt</VaButton
|
||||
>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user