xiaoai/php_pc/typings/router.d.ts

10 lines
197 B
TypeScript

import 'vue-router'
declare module 'vue-router' {
// 扩展 RouteMeta
interface RouteMeta {
module?: string
activeMenu?: string
hiddenLayoutFooter?: boolean
}
}