mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
mobile menu
This commit is contained in:
13
src/pages/vault/[vaultId]/passwords.vue
Normal file
13
src/pages/vault/[vaultId]/passwords.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="p-4">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
name: 'passwords',
|
||||
})
|
||||
|
||||
const { currentGroupId } = storeToRefs(usePasswordGroupStore())
|
||||
</script>
|
||||
Reference in New Issue
Block a user