From: Lee Date: Tue, 8 Jun 2021 06:58:10 +0000 (+0800) Subject: chore(playground): unused '@ts-expect-error' directive (#990) X-Git-Tag: v4.0.9~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a101bd7cd1b169c785eec4dcaa5b6d26128208ed;p=thirdparty%2Fvuejs%2Frouter.git chore(playground): unused '@ts-expect-error' directive (#990) --- diff --git a/playground/main.ts b/playground/main.ts index 0fca869c..92934c8b 100644 --- a/playground/main.ts +++ b/playground/main.ts @@ -10,7 +10,6 @@ declare global { // h: HTML5History h: typeof routerHistory r: typeof router - // @ts-expect-error vm: ComponentPublicInstance } }