feat: Compare sidebar layout done.

This commit is contained in:
chiayin
2024-02-16 11:35:10 +08:00
parent ac8a3b0b27
commit 66a6f7806d
6 changed files with 336 additions and 38 deletions

View File

@@ -142,7 +142,8 @@ export default defineStore('allMapDataStore', {
this.allStats = response.data.stats;
this.allInsights = response.data.insights;
} catch(error) {
apiError(error, 'Failed to load the Map.');
console.dir(error)
// apiError(error, 'Failed to load the Map.');
};
},
/**