Skip to content

4.2.2

Latest
Compare
Choose a tag to compare
@nandorojo nandorojo released this 11 Mar 23:52
· 7 commits to master since this release

Fixes

The following is now supported on native:

router.push('#')

This will be a no-op in keeping with web behavior. The motivation is for cases where the URL may be nullable:

router.push(url || '#')