|
I'm following the docs and this: <button @click="$dispatch('toggle-spotlight')">Toggle Spotlight</button>it doesn't seem to work. I have a clean installation of laravel and spotlight. |
Answered by
ManissDev
Nov 11, 2022
Replies: 1 comment 1 reply
|
You forgot to add x-data without it, it won't work |
1 reply
Answer selected by
abr4xas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You forgot to add x-data without it, it won't work