From: Johann Schopplich Date: Fri, 3 Jul 2020 14:54:50 +0000 (+0200) Subject: chore(warn): typo in deprecation message (#347) X-Git-Tag: v4.0.0-beta.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343a4c6c85cd69d85089d45a2e9a5711ed194c4b;p=thirdparty%2Fvuejs%2Frouter.git chore(warn): typo in deprecation message (#347) --- diff --git a/src/RouterView.ts b/src/RouterView.ts index 1041cfc4..f0ec73e4 100644 --- a/src/RouterView.ts +++ b/src/RouterView.ts @@ -125,7 +125,7 @@ function warnDeprecatedUsage() { warn( ` can no longer be used directly inside or .\n` + `Use slot props instead:\n\n` + - `\n` + ` <${comp}>\n` + ` \n` + ` \n` +