mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix: missing await for an async function call (#4035)
This commit is contained in:
@@ -349,7 +349,7 @@ export const useTabbarStore = defineStore('core-tabbar', {
|
||||
}
|
||||
},
|
||||
|
||||
async setUpdateTime() {
|
||||
setUpdateTime() {
|
||||
this.updateTime = Date.now();
|
||||
},
|
||||
/**
|
||||
|
Reference in New Issue
Block a user