Closed
Description
What is it happening?
Can't use AlgoliaSearchBox in a custom theme because the component is imported in NavBar using @
:
import AlgoliaSearchBox from '@AlgoliaSearchBox'
Solution proposed:
import AlgoliaSearchBox from './AlgoliaSearchBox'
Edit: The problem was because I created a custom theme based on the default-theme. So, I only need to edit the Navbar.vue of my custom theme to solve the problem.
Metadata
Metadata
Assignees
Labels
No labels