提交 36b2e026 编写于 作者: 郝先瑞

fix(SidebarItem.vue): 修改meta属性名错写成mata的问题

上级 0613f0e4
...@@ -62,7 +62,7 @@ function hasOneShowingChild(children = [] as any, parent: any) { ...@@ -62,7 +62,7 @@ function hasOneShowingChild(children = [] as any, parent: any) {
children = []; children = [];
} }
const showingChildren = children.filter((item: any) => { const showingChildren = children.filter((item: any) => {
if (item.mata && item.mata.hidden) { if (item.meta && item.meta.hidden) {
return false return false
} else { } else {
// Temp set(will be used if only has one showing child) // Temp set(will be used if only has one showing child)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册