v0.6.2
New
-
nameis now also exposed in$routeobjects for named routes. Its value will always be the name of the deepest matched route that has a name. -
v-linknow also accept areplaceoption (thanks to @wprater):<a v-link="{ path: '/...', replace: true }">
Similar to calling
router.replace(path), this navigation won't leave a record in browser history.
Fixed
- #156 v-link not working on non-anchor elements