feat: redirect from init page

This commit is contained in:
Константин Уколов 2024-09-02 02:12:29 +03:00
parent 9a64f023b9
commit 80df33672b
1 changed files with 13 additions and 0 deletions

13
pages/index.vue Normal file
View File

@ -0,0 +1,13 @@
<script setup lang="ts">
navigateTo({
path: '/catalog',
})
</script>
<template>
<div />
</template>
<style scoped>
</style>