livewire work and render the component with data successfully , but wire:mode or wire:click button
not work .
I read all documents and questions about why wire not working in web
I do all thing .
even a simple html like below not work (all elements in one div),
<html>
<head>
@livewireStyles
</head>
<body>
@livewire('orderbuybuy')
@livewireScreipts
</body>
</html>
2
Answers
Check the spelling of
@livewireScripts