Skip to content

Commit

Permalink
feat(#578): add support for template tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Oct 27, 2022
1 parent b635e13 commit bc084dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-clouds-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"druxt-menu": minor
---

feat(#578): updated components to support the DruxtDevelTemplate tool.
10 changes: 10 additions & 0 deletions packages/menu/src/components/DruxtMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,16 @@ export default {
})),
}
},
/**
* Druxt development template tool configuration.
*/
template: {
debug: 'items',
mixins: {
'DruxtMenuMixin': 'druxt-menu'
}
}
},
}
Expand Down

0 comments on commit bc084dd

Please sign in to comment.