第一次上传
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Vue Router 类型扩展
|
||||
*/
|
||||
import "vue-router";
|
||||
|
||||
declare module "vue-router" {
|
||||
interface RouteMeta {
|
||||
title?: string;
|
||||
icon?: string;
|
||||
hidden?: boolean;
|
||||
alwaysShow?: boolean;
|
||||
affix?: boolean;
|
||||
keepAlive?: boolean;
|
||||
breadcrumb?: boolean;
|
||||
activeMenu?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user