Fixes varios #2 #88

Merged
jsegarra merged 17 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-2 into 4922-vueMigration 2024-10-04 18:14:44 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 68f32c36e7 - Show all commits

View File

@ -68,6 +68,7 @@ export const useAppStore = defineStore('hedera', {
},
async init() {
this.router.push({ name: 'login' });
this.getBasketOrderId();
this.getLocaleDates();
},