public/pages/about.vue

8 lines
118 B
Vue
Raw Normal View History

2022-07-22 17:16:27 -04:00
<script setup lang="ts">
useHead({ title: "About | Eggworld" });
</script>
2022-07-21 17:11:40 -04:00
<template>
<div>about</div>
</template>