Exercise 2.5 added

This commit is contained in:
2024-11-20 11:34:44 +01:00
parent d4fbda26d7
commit 9d41a14926
7 changed files with 34 additions and 41 deletions

View File

@@ -195,10 +195,6 @@ export const useAccountStore = defineStore("accountStore", {
})
},
async getAdresses() {
},
/**
* Remove an address from the user model
*
@@ -221,10 +217,6 @@ export const useAccountStore = defineStore("accountStore", {
)
},
editAccount(item: AccountModel) {
// todo
},
async deleteAccount(account: AccountModel) {
this.fetchInProgress = true