Files
arthome/app/components/Modal/DeleteAccount.vue
2024-09-02 16:58:23 +02:00

19 lines
295 B
Vue

<script setup lang="ts">
</script>
<template>
<UModal>
avatar
Warning: This will permanently delete your account, all your categories, and all your tabs.
---
To verify, type confirm delete account below
input
confirm
</UModal>
</template>
<style scoped>
</style>