Hello
Because this page was opened with the
`replace`
modifier, it will not appear in the `window.history`
Profile of the user with id
`
$router.push('/hello/world')
`
`
$router.replace('/hello/world')
`
`
$router.resolve({ a: 'b', c: 1 })
`:
The resolved URL will be `
`
`
$router.is('/js-methods')
`:
,
the current page is `/js-methods
`
`
$router.not('/hello/world')
`:
,
the current page is not `/hello/world
`