code-origin/pc/typings/router.d.ts

9 lines
160 B
TypeScript
Executable File

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