nuxt-themes / alpine

The minimalist blog theme, powered by Nuxt & Markdown.
https://alpine.nuxt.space
MIT License
284 stars 57 forks source link

Using Search from NuxtContent #177

Open mwhitaker opened 7 months ago

mwhitaker commented 7 months ago

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!