diff --git a/types/web.d.ts b/types/web.d.ts index e09bad3..ca1149e 100644 --- a/types/web.d.ts +++ b/types/web.d.ts @@ -26,4 +26,12 @@ declare global { } +declare module 'vue-router' { + interface RouteMeta { + iconClass?: string; + showInAside?: boolean; + title?: string; + } +} + export { };