Skip to content

Commit

Permalink
Fixed #1638 - Tiered Menu with Templating throw 'type check failed fo…
Browse files Browse the repository at this point in the history
…r prop "template"
  • Loading branch information
tugcekucukoglu committed Oct 5, 2021
1 parent 7c3ea39 commit 34d6fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tieredmenu/TieredMenuSub.vue
Expand Up @@ -51,7 +51,7 @@ export default {
default: false
},
template: {
type: Object,
type: Function,
default: null
},
exact: {
Expand Down

0 comments on commit 34d6fc9

Please sign in to comment.