modified: resources/views/components/simple-home.blade.php
modified: vite.config.js
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
<div class="p-8">
|
||||
<h1 class="text-3xl font-bold text-blue-600">Simple Test</h1>
|
||||
|
||||
<p class="mt-4 text-lg">{{ $message }}</p>
|
||||
|
||||
<button wire:click="changeMessage"
|
||||
class="mt-4 bg-blue-500 text-white px-4 py-2 rounded">
|
||||
Click to Test
|
||||
</button>
|
||||
|
||||
<p class="mt-6 text-gray-600">
|
||||
If this changes when clicked, Livewire works!
|
||||
</p>
|
||||
</div>
|
||||
<h1 class="text-3xl font-bold text-blue-600">Simple Test</h1>
|
||||
<p class="mt-4 text-lg">{{ $message }}</p>
|
||||
<button wire:click="changeMessage" class="mt-4 bg-blue-500 text-white px-4 py-2 rounded">
|
||||
Click to Test
|
||||
</button>
|
||||
<p class="mt-6 text-gray-600">
|
||||
amine gavvvvvvvvvvvv
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user