Fixed pagination not updating with async requests.

This commit is contained in:
2024-03-19 01:40:56 +01:00
parent 0bd4990b37
commit ab13ace280
6 changed files with 60 additions and 49 deletions

View File

@@ -73,4 +73,15 @@ const emit = defineEmits(['country']);
text-overflow: ellipsis;
padding: .25rem .5rem;
}
.filter-remove {
display: flex;
align-items: center;
padding: .5rem;
fill: var(--shadow);
&:hover {
fill: var(--error);
}
}
</style>