mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-18 10:41:15 +10:00
slight ui/ux fixes and updates to auth protocol
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<template>{{state}}</template>
|
||||
<template />
|
||||
|
||||
<script setup lang="ts">
|
||||
const state = useAppState();
|
||||
</script>
|
||||
const router = useRouter();
|
||||
router.replace("/store");
|
||||
</script>
|
||||
|
||||
3
pages/store/index.vue
Normal file
3
pages/store/index.vue
Normal file
@ -0,0 +1,3 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
Reference in New Issue
Block a user