router.d.ts 137 B

1234567891011
  1. import 'vue-router';
  2. export {};
  3. /* prettier-ignore */
  4. declare module 'vue-router' {
  5. interface RouteMeta {
  6. title?: string;
  7. }
  8. }