liveh5-nuxt/app/types/vue-router.d.ts

11 lines
150 B
TypeScript
Raw Normal View History

2025-01-08 05:26:12 +00:00
declare module 'vue-router' {
interface RouteMeta {
/** page title */
title?: string
/** i18n key */
i18n?: string
}
}
export {}