]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore(playground): unused '@ts-expect-error' directive (#990)
authorLee <peteralfredlee@gmail.com>
Tue, 8 Jun 2021 06:58:10 +0000 (14:58 +0800)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 06:58:10 +0000 (08:58 +0200)
playground/main.ts

index 0fca869cc795c7c841cf6b220581799bd5b8b253..92934c8bd717b616568f090a388fea7ac64a6414 100644 (file)
@@ -10,7 +10,6 @@ declare global {
     // h: HTML5History
     h: typeof routerHistory
     r: typeof router
-    // @ts-expect-error
     vm: ComponentPublicInstance
   }
 }