Dames
Dames
Nieuwste
Filters toepassen...
Dames
{
const filterTags = document.querySelectorAll('.active-filter-tag');
this.activeFilterCount = filterTags.length;
}, 100);
}
}"
x-init="updateFilterCount()"
@open-filter-panel.window="openFilterPanel($event.detail.filterName, $event.detail.filterTitle)"
@popstate.window="updateFilterCount()"
@filters-updated.window="updateFilterCount()"
@modal-opened.window="updateFilterCount()">



