mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
add notifications
This commit is contained in:
@ -14,8 +14,10 @@ definePageMeta({
|
||||
})
|
||||
|
||||
const extensionStore = useExtensionsStore()
|
||||
const { readNotificationsAsync } = useNotificationStore()
|
||||
|
||||
onMounted(async () => {
|
||||
await extensionStore.loadExtensionsAsync()
|
||||
await readNotificationsAsync()
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user