mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 03:51:10 -05:00
8 lines
135 B
PHP
8 lines
135 B
PHP
<div>
|
|
<h1>{{ $count }}</h1>
|
|
|
|
<button wire:click="increment">+</button>
|
|
|
|
<button wire:click="decrement">-</button>
|
|
</div>
|