Commit cbba62aedaf96526d8906e9334dd265805a9c80a

Authored by zhigang.li
1 parent 1012b5cd

close #2318

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/layout/layout.vue
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 methods: { 25 methods: {
26 findSider () { 26 findSider () {
27 return this.$children.some(child => { 27 return this.$children.some(child => {
28 - return child.$options._componentTag === 'Sider'; 28 + return child.$options._componentTag === 'Sider';
29 }); 29 });
30 } 30 }
31 }, 31 },