Skip to content
On this page
ads via Carbon Your data, built your way. Twilio Segment. For data you can depend on. ads via Carbon

API Documentation / RouteMeta

Interface: RouteMeta

Interface to type meta fields in route records.

Example

ts
// typings.d.ts or router.ts
import 'vue-router';

declare module 'vue-router' {
  interface RouteMeta {
    requiresAuth?: boolean
  }
 }
// typings.d.ts or router.ts
import 'vue-router';

declare module 'vue-router' {
  interface RouteMeta {
    requiresAuth?: boolean
  }
 }

Hierarchy

  • Record<string | number | symbol, unknown>

    RouteMeta

Lançado sob a licença MIT.

Build faster with AI
New Masterclass to help you leverage AI in your Vue workflow.
Get Early Access