We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to use the @script directive, but it seems it's not been added for twig yet?
https://livewire.laravel.com/docs/javascript
@script <script> // This Javascript will get executed every time this component is loaded onto the page... </script> @endscript
The text was updated successfully, but these errors were encountered:
Good question, indeed currently not supported. Open to PRs of course to add support!
Sorry, something went wrong.
Cool, will take a look at this!
Script directive is working, will also add the assets directive:
@assets <script src="https://cdn.jsdelivr.net/npm/pikaday/pikaday.js" defer></script> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/pikaday/css/pikaday.css"> @endassets
No branches or pull requests
We want to use the @script directive, but it seems it's not been added for twig yet?
https://livewire.laravel.com/docs/javascript
The text was updated successfully, but these errors were encountered: