We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caae939 commit fd6e641Copy full SHA for fd6e641
packages/vue/src/router.ts
@@ -11,7 +11,7 @@ export type VueRouterInstrumentation = <T extends Transaction>(
11
type Route = {
12
params: any;
13
query: any;
14
- name: any;
+ name?: any;
15
path: any;
16
matched: any[];
17
};
0 commit comments