other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
cbba62aedaf96526d8906e9334dd265805a9c80a
Authored by
zhigang.li
2017-12-18 18:44:22 +0800
1 parent
1012b5cd
close #2318
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/layout/layout.vue
Inline
Side-by-side
src/components/layout/layout.vue
Wrap text
Show/Hide comments
View file @
cbba62a
...
...
@@ -25,7 +25,7 @@
25
25
methods: {
26
26
findSider () {
27
27
return this.$children.some(child => {
28
- return child.$options._componentTag === 'Sider';
28
+ return child.$options._componentTag === 'Sider';
29
29
});
30
30
}
31
31
},
...
...