mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 22:33:33 +09:00
first
This commit is contained in:
14
src/pages/sidebar/layouts/utility-account-confirm.vue
Normal file
14
src/pages/sidebar/layouts/utility-account-confirm.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
const pageTitle = useVueroContext<string>('page-title')
|
||||
onMounted(() => {
|
||||
pageTitle.value = 'Utility Account Confirm'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Utility Account Confirm - Sidebar - Vuero',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ConfirmAccount />
|
||||
</template>
|
||||
Reference in New Issue
Block a user