Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
imcm7 authored Oct 4, 2023
1 parent 3c1e205 commit 2995cff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Pass the problem

// declare module 'vue-router' {
// interface RouteMeta {
// title?: string | number;
// }
// }
declare module 'vue-router' {
interface RouteMeta {
title?: string | number;
}
}


// No effect
Expand Down

0 comments on commit 2995cff

Please sign in to comment.