modified: resources/views/components/simple-home.blade.php
modified: vite.config.js
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
|
||||
class SimpleHome extends Component
|
||||
{
|
||||
public $message = "Hello World!";
|
||||
public $message = "Hello World!";
|
||||
|
||||
public function changeMessage()
|
||||
{
|
||||
$this->message = "Livewire is working!";
|
||||
}
|
||||
public function changeMessage()
|
||||
{
|
||||
$this->message = "Livewire is working! Now hello matin gav khobi?";
|
||||
}
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('components.simple-home');
|
||||
}
|
||||
public function render()
|
||||
{
|
||||
return view('components.simple-home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user