chore: added more advanced routing to elements

This commit is contained in:
2024-12-02 17:54:46 +01:00
parent 346d20fc08
commit b602819179
14 changed files with 120 additions and 105 deletions
+2 -3
View File
@@ -280,10 +280,9 @@ export default defineComponent({
const bestStockList = bestGeneration.stockList;
this.groupStock(bestStockList);
this.store.stockList = bestGeneration.stockList;
this.store.stockSectionMode = 'stock-list';
this.groupStock(bestStockList);
this.$router.push('/');
},
previewCar(type: string) {