English
Appearance
Complete guide to
Mastering Pinia
written by its creator
The official
Vue.js Certification
Get certified!
vue-router / _RouteRecordProps
type _RouteRecordProps<Name> = | boolean | Record<string, any> | (to) => Record<string, any>;
Internal
Name extends keyof RouteMap = keyof RouteMap
Name
RouteMap