You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement Search from NuxtContent since Alpine is based on it, but I can't get it to work. I created a vue component inside the pages directory that uses the searchContent composable, just like the example in the docs, but I get this error:
[unhandledRejection] ReferenceError: computed is not defined
If you can point me in the right direction, I'd appreciate it. And thank you for a great looking template!
The text was updated successfully, but these errors were encountered:
I was trying to implement Search from NuxtContent since Alpine is based on it, but I can't get it to work. I created a vue component inside the pages directory that uses the
searchContent
composable, just like the example in the docs, but I get this error:[unhandledRejection] ReferenceError: computed is not defined
If you can point me in the right direction, I'd appreciate it. And thank you for a great looking template!
The text was updated successfully, but these errors were encountered: