diff --git a/src/custom/ecospheres/views/indicators/IndicatorsListView.vue b/src/custom/ecospheres/views/indicators/IndicatorsListView.vue index 5a4fd36e2..4572ddac4 100644 --- a/src/custom/ecospheres/views/indicators/IndicatorsListView.vue +++ b/src/custom/ecospheres/views/indicators/IndicatorsListView.vue @@ -21,7 +21,7 @@ type Props = IndicatorFilters & { } const props = withDefaults(defineProps(), { query: '' }) // map props.{filter} to a list of props for child components in v-bind -// equivalent to :enjeu="props.enjeu" for every filter +// v-bind="filtersProps" is equivalent to :{filter}="props.{filter}" for every filter const filtersProps = computed(() => { return FILTER_KEYS.reduce( (acc, key) => ({