inca / voie

[UNMAINTAINED] Simple Vue.js router / layout manager
141 stars 7 forks source link

v-link dirrective doesn't work on sub components of the state's component #22

Open garhbod opened 8 years ago

garhbod commented 8 years ago

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>
Teknologica commented 8 years ago

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?

inca commented 8 years ago

Same here. Could you enable debug (localStorage.debug = 'voie*' + refresh) and see if something shows up in logs?