Laravel Ray installed, active tags

This commit is contained in:
Benjamin Takats
2022-12-05 16:25:33 +01:00
parent bfe15e80a0
commit 5735158927
5 changed files with 20 additions and 11 deletions

View File

@@ -8,6 +8,11 @@ use Livewire\Component;
class SearchByTag extends Component
{
public string $country = 'de';
public ?array $table = [];
protected $queryString = [
'table',
];
public function render()
{