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.
I’ve just cloned the repo and started my test project to try out this template.
I get this error
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.