MCPcopy Create free account
hub / github.com/vuejs/test-utils / ComponentCustomProperties

Interface ComponentCustomProperties

types/testing.d.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module 'vue' {
4 interface ComponentCustomProperties {
5 $route: RouteLocation
6 $router: Router
7 $t: (key: string) => string
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…