mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-18 15:00:52 +01:00
add notifications
This commit is contained in:
@ -59,7 +59,9 @@ export const useLastVaultStore = defineStore('lastVaultStore', () => {
|
||||
await syncLastVaultsAsync()
|
||||
}
|
||||
|
||||
const test = async () => console.log('test')
|
||||
return {
|
||||
test,
|
||||
addVaultAsync,
|
||||
syncLastVaultsAsync,
|
||||
lastVaults,
|
||||
|
||||
Reference in New Issue
Block a user