We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc681e commit d45e805Copy full SHA for d45e805
src/views/layout/components/Sidebar/SidebarItem.vue
@@ -67,6 +67,7 @@ export default {
67
// To fix https://github.com/PanJiaChen/vue-admin-template/issues/237
68
// TODO: refactor with render function
69
this.onlyOneChild = null
70
+ return {}
71
},
72
methods: {
73
hasOneShowingChild(children, parent) {
0 commit comments