livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
327 stars 19 forks source link

[1.x] Fixes bottom script being included as template #38

Closed nunomaduro closed 1 year ago

nunomaduro commented 1 year ago

This pull request fixes https://github.com/livewire/volt/issues/36, and fixes PHP scripts included on bottom of a Volt component. Because, sometimes, there is no ?> ending tags, that specific script was not being considered as "script" by our pre-compiler.