update
This commit is contained in:
parent
a21e798b8f
commit
0b9c3d374a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
Loading…
Add table
Reference in a new issue