From a101bd7cd1b169c785eec4dcaa5b6d26128208ed Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 8 Jun 2021 14:58:10 +0800 Subject: [PATCH] chore(playground): unused '@ts-expect-error' directive (#990) --- playground/main.ts | 1 - 1 file changed, 1 deletion(-) 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 } } -- 2.47.3