Commit 0b9c3d374a62f69d2bbc976b89fc13dae7959725
1 parent
a21e798b
update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/menu/mixin.js
| 1 | -import { hasParentSubmenu, findComponentUpward, findComponentsUpward } from '../../utils/assist'; | |
| 1 | +import { findComponentUpward, findComponentsUpward } from '../../utils/assist'; | |
| 2 | 2 | export default { |
| 3 | 3 | computed: { |
| 4 | 4 | hasParentSubmenu () { |
| ... | ... | @@ -8,4 +8,4 @@ export default { |
| 8 | 8 | return findComponentsUpward(this, 'Submenu').length; |
| 9 | 9 | } |
| 10 | 10 | } |
| 11 | -} | |
| 12 | 11 | \ No newline at end of file |
| 12 | +}; | |
| 13 | 13 | \ No newline at end of file | ... | ... |