mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
zwischenstand
This commit is contained in:
@ -1,9 +1,15 @@
|
||||
<template>
|
||||
<div class="h-screen bg-blue-200"></div>
|
||||
<div class="bg-blue-200 h-full">aaaaa</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
name: "vaultOverview",
|
||||
name: "vaultOverview",
|
||||
});
|
||||
|
||||
const extensionStore = useExtensionsStore();
|
||||
|
||||
onMounted(async () => {
|
||||
await extensionStore.loadExtensionsAsync();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user