public/pages/about.vue

8 lines
97 B
Vue
Raw Normal View History

2022-07-22 17:16:27 -04:00
<script setup lang="ts">
2022-08-07 11:37:29 -04:00
useTitle("About");
2022-07-22 17:16:27 -04:00
</script>
2022-07-21 17:11:40 -04:00
<template>
<div>about</div>
</template>