mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-17 10:11:10 +10:00
update to nuxt 4
This commit is contained in:
12
app/pages/index.vue
Normal file
12
app/pages/index.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
title: "Home",
|
||||
});
|
||||
|
||||
const router = useRouter();
|
||||
router.replace("/store");
|
||||
</script>
|
||||
Reference in New Issue
Block a user