@tager/admin-layout
Advanced tools
Comparing version 0.0.3-rc.1 to 0.0.3-rc.2
{ | ||
"name": "@tager/admin-layout", | ||
"version": "0.0.3-rc.1", | ||
"version": "0.0.3-rc.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.umd.js", |
@@ -46,7 +46,2 @@ import Vue, { VueConstructor } from 'vue'; | ||
export declare function createRouter( | ||
routerOptions?: RouterOptions, | ||
params?: { useNotFoundRoute?: boolean; useTitleSync?: boolean } | ||
): VueRouter; | ||
export type Breadcrumb = { path: string; label: Nullish<string> }; | ||
@@ -66,2 +61,11 @@ | ||
export type CustomRouterOptions = Omit<RouterOptions, 'routes'> & { | ||
routes?: Array<CustomRouteConfig>; | ||
}; | ||
export declare function createRouter( | ||
routerOptions?: CustomRouterOptions, | ||
params?: { useNotFoundRoute?: boolean; useTitleSync?: boolean } | ||
): VueRouter; | ||
export declare const NotFound: VueConstructor<Vue>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
490379
8618