v0.6.2
New
-
name
is now also exposed in$route
objects for named routes. Its value will always be the name of the deepest matched route that has a name. -
v-link
now also accept areplace
option (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