init
This commit is contained in:
8
pc/typings/router.d.ts
vendored
Normal file
8
pc/typings/router.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import 'vue-router'
|
||||
declare module 'vue-router' {
|
||||
// 扩展 RouteMeta
|
||||
interface RouteMeta {
|
||||
module?: string
|
||||
activeMenu?: string
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user