[Vuejs]-Storybook: Clicking a button redirects user

0👍

In the end I couldn’t find a fancy way of doing this, so I just set the :href prop to be linkHref: '/?path=/story/navigation-links--unselected-link' in the args for UnselectedLink (and then similar for the SelectedLink). This still allows for the link to be clicked but will just redirect you back to the same story within Storybook.

Leave a comment