Files
drop/app.vue

11 lines
144 B
Vue

<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
<ModalStack />
</template>
<script setup lang="ts">
await updateUser();
</script>