Files
directus/app/src/routes
Nicola Krumschmidt d64ca14348 Explicitly set catch parameters to any type (#7654)
This fixes not being able to build the repo due to type issues
introduced by the Typescript 4.4 option "useUnknownInCatchVariables",
which is enabled by default in strict mode.
2021-08-27 10:33:30 -04:00
..
2021-06-08 15:59:55 -04:00
2021-05-04 18:52:08 -04:00

Routes

The Vue components that render out the individual routes defined in router.ts.

Modules

The module route and corresponding router component is a special case, as it dynamically renders the module based on the route path.