close #2318
This commit is contained in:
parent
1012b5cdaa
commit
cbba62aeda
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
methods: {
|
||||
findSider () {
|
||||
return this.$children.some(child => {
|
||||
return child.$options._componentTag === 'Sider';
|
||||
return child.$options._componentTag === 'Sider';
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue