]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
feat: resolve simple relative links
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Aug 2020 15:47:29 +0000 (17:47 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Aug 2020 15:47:29 +0000 (17:47 +0200)
commitaf1deaab5e0fd1597a7cf7ee9a6d01cac507970d
tree39105792560f1d75cfd17aaad2162de3daa08ae6
parent13678675d36cc0f7940a9ca1daa905a2d9470bbd
feat: resolve simple relative links

Works with links like ../../url but not with ../url/./path
__tests__/location.spec.ts
__tests__/router.spec.ts
src/location.ts