mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 21:43:40 +09:00
first
This commit is contained in:
14
src/pages/navbar/layouts/profile-view.vue
Normal file
14
src/pages/navbar/layouts/profile-view.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
const pageTitle = useVueroContext<string>('page-title')
|
||||
onMounted(() => {
|
||||
pageTitle.value = 'Profile View'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Profile View - Navbar - Vuero',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ViewProfile />
|
||||
</template>
|
||||
Reference in New Issue
Block a user