mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
fix build
This commit is contained in:
@ -119,6 +119,7 @@ export const useVaultStore = defineStore('vaultStore', () => {
|
||||
return vaultId
|
||||
} catch (error) {
|
||||
console.error('Error openAsync ', error)
|
||||
throw new Error(JSON.stringify(error))
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
1
src/stores/vault/notifications.ts
Normal file
1
src/stores/vault/notifications.ts
Normal file
@ -0,0 +1 @@
|
||||
export const useNotificationStore = defineStore('notificationStore', () => {})
|
||||
Reference in New Issue
Block a user