13 lines
199 B
Vue
13 lines
199 B
Vue
<script lang="ts" setup>
|
|
useHead({
|
|
title: "TTTools — Calendriers de JDR",
|
|
titleTemplate: null
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<main class="p-8">
|
|
<Heading>TTTools</Heading>
|
|
</main>
|
|
</template>
|