<div slot="after-suggestions"> <button v-on:click="redirectMethod">See all products</button></div>
What you did:
I want to do a redirect when the user hits the button named "See all products" in the "after-suggestions" slot but something is blocking this from happening.
What happened:
The method is never hit. I have tried with inline javascript this also does not execute. It seems no event is emitted.
vue-autosuggest
version: 2.0.1node
version: 10.15.3npm
(oryarn
) version: 6.4.1Relevant code or config
<div slot="after-suggestions"> <button v-on:click="redirectMethod">See all products</button></div>
What you did: I want to do a redirect when the user hits the button named "See all products" in the "after-suggestions" slot but something is blocking this from happening.
What happened:
The method is never hit. I have tried with inline javascript this also does not execute. It seems no event is emitted.