v0.7.6
New build setup - 15% smaller file size for both CommonJS-based builds and standalone files!
Fixed
-
v-link
androuter.go()
should now respect thequery
option when using thepath
format:router.go({ path: '/foo', query: { id: 123 } })
-
router.replace()
andtransition.redirect()
should now properly support the same object-based syntax used byrouter.go()
in addition to just string paths. -
#209 fixed active class matching for URLs with query string.