feat: redirect from init page
This commit is contained in:
parent
9a64f023b9
commit
80df33672b
13
pages/index.vue
Normal file
13
pages/index.vue
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
navigateTo({
|
||||||
|
path: '/catalog',
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
Loading…
x
Reference in New Issue
Block a user