mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 08:12:44 +10:00
7 lines
103 B
Vue
7 lines
103 B
Vue
<template />
|
|
|
|
<script setup lang="ts">
|
|
const router = useRouter();
|
|
router.replace("/store");
|
|
</script>
|