diff --git a/types/test/index.ts b/types/test/index.ts index a0a1bda86..b370c00da 100644 --- a/types/test/index.ts +++ b/types/test/index.ts @@ -84,6 +84,11 @@ const router = new VueRouter({ from.params next({ name: 'home' }) next() + }, + props: { + default: true, + bar: { id: 123 }, + asyncComponent: (route: Route) => route.params } }, {