* Runs a function with the app as active instance. This allows using of `inject()` within the function to get access * to variables provided via `app.provide()`. * * @param fn - function to run with the app as active instance
(fn: () => T)
| 92 | * @param fn - function to run with the app as active instance |
| 93 | */ |
| 94 | runWithContext<T>(fn: () => T): T |
| 95 | |
| 96 | // internal, but we need to expose these for the server-renderer and devtools |
| 97 | _uid: number |
no outgoing calls