voie
voie copied to clipboard
v-link dirrective doesn't work on sub components of the state's component
If I do something like the below in a component for a state, links inside the <nav-component> can't use the v-link directive
<div class="wrapper">
<nav-component></nav-component>
...
</div>
I'm using Vue 1.0.24 and I do not have this issue. Do you get any errors when trying to use the directive?
Same here. Could you enable debug (localStorage.debug = 'voie*' + refresh) and see if something shows up in logs?