mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
19 lines
295 B
Vue
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>
|