@webank/fes-core
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "@webank/fes-core", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "一个好用的前端管理台快速开发框架", | ||
@@ -32,3 +32,3 @@ "scripts": { | ||
}, | ||
"gitHead": "65337782e4c87fae9450be6ad0080038d939f235" | ||
"gitHead": "357575247bde6d1d24a8d2e11d2bfe7adbe6abd6" | ||
} |
@@ -64,4 +64,4 @@ import util from '../util'; | ||
if (comp.length > 0) { | ||
const matchPage = comp[comp.length - 1].components.default; | ||
if (this.$options.__file === matchPage.__file) { | ||
const matchPage = comp[comp.length - 1].instances.default; | ||
if (this === matchPage) { | ||
const header = certainConfig(comp, 'FesHeader'); | ||
@@ -68,0 +68,0 @@ if (typeof header === 'boolean') { |
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
76363