Bufixes, prefetching root page
All checks were successful
pipeline / build-and-push-images (push) Successful in 1m31s
All checks were successful
pipeline / build-and-push-images (push) Successful in 1m31s
This commit is contained in:
@@ -82,6 +82,11 @@ watch(searchText, (newTerm) => {
|
||||
debouncedSearch(newTerm);
|
||||
});
|
||||
|
||||
// Watch for changes in champions data and update filtered champions
|
||||
watch(champions, (newChampions) => {
|
||||
filteredChampions.value = [...newChampions];
|
||||
}, { immediate: true });
|
||||
|
||||
// Navigation
|
||||
async function navigateToChampion(championAlias: string): Promise<void> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user