cushax-client
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -28,3 +28,7 @@ var __assign = (this && this.__assign) || function () { | ||
export function matchPage(route) { | ||
return route.meta.cushax || route.name; | ||
var _a; | ||
if (!route) { | ||
return undefined; | ||
} | ||
return ((_a = route.meta) === null || _a === void 0 ? void 0 : _a.cushax) || route.name; | ||
} | ||
@@ -31,0 +35,0 @@ export function existPage(schema, page) { |
{ | ||
"name": "cushax-client", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "boenfu <1997@boenfu.cn>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
13332
285