jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
85 stars 15 forks source link

Can't find variable: Livewire #8

Closed MrMooky closed 3 years ago

MrMooky commented 3 years ago

Not sure what I'm doing wrong, but I'm getting this error in the console:

Can't find variable: Livewire

Screenshot 2021-03-09 at 09 06 11

I included the scripts into my antlers file like this:

{{ livewire:scripts }}

MrMooky commented 3 years ago

Publishing the assets as mentioned at the end of the docs fixed the issue for me.