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!
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!