From: Eduardo San Martin Morote Date: Mon, 23 Mar 2020 09:30:44 +0000 (+0100) Subject: chore: remove outdated TODO X-Git-Tag: v4.0.0-alpha.4~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da10b40996ffb298d04bcbc966237dde6ff5bab2;p=thirdparty%2Fvuejs%2Frouter.git chore: remove outdated TODO --- diff --git a/src/router.ts b/src/router.ts index 119285e0..5c71d773 100644 --- a/src/router.ts +++ b/src/router.ts @@ -533,9 +533,8 @@ export function createRouter({ } function applyRouterPlugin(app: App, router: Router) { - // TODO: remove as any - app.component('RouterLink', Link as any) - app.component('RouterView', View as any) + app.component('RouterLink', Link) + app.component('RouterView', View) let started = false // TODO: can we use something that isn't a mixin?