Initial commit from monorepo
This commit is contained in:
15
app/pages/clientarea/index.vue
Normal file
15
app/pages/clientarea/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<Section variant="plain" paddingY="md">
|
||||
<Stack align="center" justify="center" gap="2">
|
||||
<Text tone="muted">{{ t('clientRedirect.status.redirecting') }}</Text>
|
||||
</Stack>
|
||||
</Section>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const localePath = useLocalePath()
|
||||
await navigateTo(localePath('/'))
|
||||
</script>
|
||||
Reference in New Issue
Block a user