Closed
Description
I'm trying to use the new v-link-active attribute and it only seems to work on the direct parent. I'd need to use it nested in a <li v-link-active><ul><li><a v-link="...">
scenario.
The documentation hints that this should work: "v-link will locate the closest parent element that has v-link-active and apply the active classes on that element instead."
Also, I have a use-case where multiple v-link-active
would prove useful, e.g. <li v-link-active><ul><li v-link-active><a v-link="...">
. Would be awesome if that would work as well.