chore: wiki list tab sizing

This commit is contained in:
2024-04-10 15:35:51 +02:00
parent 6cfc535dec
commit 7e67e34526
3 changed files with 6 additions and 6 deletions
-1
View File
@@ -127,7 +127,6 @@ export const useStore = defineStore({
const vehiclesData = (await http.get<IVehiclesData>('/vehicles')).data;
this.vehiclesData = vehiclesData;
console.log(vehiclesData);
} catch (error) {
console.error(error);
}