mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
12 lines
176 B
Vue
12 lines
176 B
Vue
<template>
|
|
<div class="h-full overflow-auto p-2 relative">
|
|
<NuxtPage />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
name: 'passwords',
|
|
})
|
|
</script>
|