scroller sponsorów projektu w modalu

This commit is contained in:
2024-03-03 14:31:04 +01:00
parent 9c2f0ac797
commit e222dc63eb
8 changed files with 183 additions and 104 deletions
-2
View File
@@ -59,8 +59,6 @@ export default defineComponent({
'store.region.id': {
handler(regionId) {
this.selectedItemIndex = this.regionList.findIndex((reg) => reg.id == regionId);
console.log('region id', regionId);
}
},
'$route.query.region': {