@if (data === null || data.length === 0) { } @else { @if (filteredData.value.length !== 0) {
{{ item.name }}
} @else {
Нет подходящих элементов
}
}