Skip to content

Commit b5c624b

Browse files
committed
wip
1 parent 01883b6 commit b5c624b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/livewire/dashboard.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
33
use Livewire\Volt\Component;
44
use Livewire\Attributes\Url;
5+
use Livewire\Attributes\Lazy;
56
use Livewire\Attributes\Layout;
67
use Livewire\Attributes\Computed;
78
use App\Models\Question;
89
9-
new #[Layout('components.layouts.app')] class extends Component {
10+
new #[Layout('components.layouts.app'), Lazy] class extends Component {
1011
#[Url]
1112
public $sortBy = 'votes';
1213

0 commit comments

Comments
 (0)