This commit is contained in:
zhigang.li 2017-12-18 18:44:22 +08:00
parent 1012b5cdaa
commit cbba62aeda

View file

@ -25,7 +25,7 @@
methods: { methods: {
findSider () { findSider () {
return this.$children.some(child => { return this.$children.some(child => {
return child.$options._componentTag === 'Sider'; return child.$options._componentTag === 'Sider';
}); });
} }
}, },