router.d.ts 114 B

123456789
  1. import 'vue-router';
  2. export {};
  3. declare module 'vue-router' {
  4. interface RouteMeta {
  5. title?: string;
  6. }
  7. }