masterkram / minted-directory

Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style
https://minteddirectory.com
MIT License
40 stars 7 forks source link

Banner.vue missing reference to Icon #34

Open hobthross opened 3 weeks ago

hobthross commented 3 weeks ago

I’ve just cloned the repo and started my test project to try out this template.

I get this error

[Vue warn]: Failed to resolve component: Icon
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. 
  at <Banner > 
  at <App>
[Vue warn]: Component <Anonymous> is missing template or render function. 
  at <Anonymous class="hidden sm:block w-5 h-5" name="tabler:arrow-right" > 
  at <Banner > 
  at <App>

Elsewhere in the astro components, there is an import of Icon from astro. But we can’t do that here because it’s a Vue component.

Thanks for sharing this template; it looks useful.