This commit is contained in:
8
app/pages/settings.vue
Normal file
8
app/pages/settings.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<span> settings </span>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { setPageName } = usePageTitle();
|
||||
setPageName('Settings');
|
||||
</script>
|
||||
Reference in New Issue
Block a user