]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
feat: expose routerViewLocationKey as internal
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Dec 2020 09:49:58 +0000 (10:49 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Dec 2020 09:59:12 +0000 (10:59 +0100)
src/index.ts

index bad3d9bd8a1c1f4de780bec357f7e7f69e79ef1c..8ace025dc0a92eeafe3e155bc4cfbdf641e1a140 100644 (file)
@@ -23,6 +23,7 @@ export {
 
 export {
   routeLocationKey,
+  routerViewLocationKey,
   routerKey,
   matchedRouteKey,
   viewDepthKey,