mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
chore: added more advanced routing to elements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user