This commit is contained in:
zhigang.li 2018-01-19 16:26:25 +08:00
parent a21e798b8f
commit 0b9c3d374a

View file

@ -1,4 +1,4 @@
import { hasParentSubmenu, findComponentUpward, findComponentsUpward } from '../../utils/assist'; import { findComponentUpward, findComponentsUpward } from '../../utils/assist';
export default { export default {
computed: { computed: {
hasParentSubmenu () { hasParentSubmenu () {
@ -8,4 +8,4 @@ export default {
return findComponentsUpward(this, 'Submenu').length; return findComponentsUpward(this, 'Submenu').length;
} }
} }
} };