From: Eduardo San Martin Morote Date: Thu, 3 Dec 2020 09:49:58 +0000 (+0100) Subject: feat: expose routerViewLocationKey as internal X-Git-Tag: v4.0.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f498646c3bc2ad480be7a3d0f11aa11710729911;p=thirdparty%2Fvuejs%2Frouter.git feat: expose routerViewLocationKey as internal --- diff --git a/src/index.ts b/src/index.ts index bad3d9bd..8ace025d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,6 +23,7 @@ export { export { routeLocationKey, + routerViewLocationKey, routerKey, matchedRouteKey, viewDepthKey,