From: Eduardo San Martin Morote Date: Mon, 17 Feb 2020 09:04:33 +0000 (+0100) Subject: fix: remove unused exports X-Git-Tag: v4.0.0-alpha.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b96902cd2a2328aaedf9ee60bdfb1a5deabd2b9e;p=thirdparty%2Fvuejs%2Frouter.git fix: remove unused exports --- diff --git a/src/index.ts b/src/index.ts index d4357479..ca909961 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,9 +8,6 @@ import { } from './types' import { onBeforeRouteLeave } from './navigationGuards' -export { PathParserOptions } from './matcher' -export { RouteLocationOptions } from './types/index' - // declare module '@vue/runtime-core' { // interface Inject { // (name: 'router'): Router