Hello,
I am having trouble to make my breadcrumb work with hierarchical-menu.
I am using VueInstantSearch (4.3.3) and my hierarchical-menu render properly with good data, but the breadcrum stays stuck on ais default template value Home.
But if I select a Country > Region > City , the breadcrumb stay stuck on Home.
<ais-breadcrumb
:attributes="[
country,
region,
city,]"
:root-path="geoPath">
</ais-breadcrumb>
<!-- artists location -->
<ais-hierarchical-menu
:attributes="[
country,
region,
city,
]">
</ais-hierarchical-menu>
issue spotted:
I followed the documentation on ais-breadcrumb | Vue InstantSearch | Algolia, but I have been unable to solve the issue.
I will be grateful if someone could give us a hand.
“algoliasearch”: “^4.13.0”,
“vue”: “^2.6.14”,
“vue-instantsearch”: “^4.3.3”,