update: livewire components

This commit is contained in:
HDVinnie
2021-09-17 20:19:44 -04:00
parent b42baedca3
commit df5446d127
19 changed files with 25 additions and 53 deletions
+1 -3
View File
@@ -37,10 +37,8 @@ class WatchlistSearch extends Component
return 'vendor.pagination.livewire-pagination';
}
final public function setPage($page): void
final public function updatedPage(): void
{
$this->page = $page;
$this->emit('paginationChanged');
}