From: Eduardo San Martin Morote Date: Fri, 28 Jun 2019 09:31:40 +0000 (+0200) Subject: chore: remove initial push on exploration X-Git-Tag: v4.0.0-alpha.0~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d4cef34ba42d3cf2232eab17fc338a4cbca8ab7;p=thirdparty%2Fvuejs%2Frouter.git chore: remove initial push on exploration --- diff --git a/explorations/html5.ts b/explorations/html5.ts index 25cb6003..90d21d58 100644 --- a/explorations/html5.ts +++ b/explorations/html5.ts @@ -113,30 +113,25 @@ h.listen((to, from, { direction }) => { async function run() { // r.push('/multiple/one/two') - // h.push('/hey') // h.push('/hey?lol') // h.push('/foo') // h.push('/replace-me') // h.replace('/bar') - // r.push('/about') - await r.push('/') - + // await r.push('/') // await r.push({ // name: 'user', // params: { // id: '6', // }, // }) - // await r.push({ // name: 'user', // params: { // id: '5', // }, // }) - // try { // await r.push({ // params: { @@ -146,11 +141,9 @@ async function run() { // } catch (err) { // console.log('Navigation aborted', err) // } - // await r.push({ // hash: '#hey', // }) - // await r.push('/children') // await r.push('/children/a') // await r.push('/children/b')