mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
restructured vault settings
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<div class="h-full text-base-content flex bg-base-200 p-4">
|
||||
<HaexExtensionCard
|
||||
v-for="extension in extensionStore.availableExtensions"
|
||||
v-bind="extension"
|
||||
:key="extension.id"
|
||||
/>
|
||||
<div>
|
||||
<div class="h-full text-base-content flex bg-base-200 p-4">
|
||||
<HaexExtensionCard
|
||||
v-for="extension in extensionStore.availableExtensions"
|
||||
v-bind="extension"
|
||||
:key="extension.id"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -14,10 +16,4 @@ definePageMeta({
|
||||
})
|
||||
|
||||
const extensionStore = useExtensionsStore()
|
||||
const { readNotificationsAsync } = useNotificationStore()
|
||||
|
||||
onMounted(async () => {
|
||||
await extensionStore.loadExtensionsAsync()
|
||||
await readNotificationsAsync()
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user