Fixed #1638 - Tiered Menu with Templating throw 'type check failed for prop "template"

pull/1664/head
Tuğçe Küçükoğlu 2021-10-05 09:19:13 +03:00
parent 7c3ea39972
commit 34d6fc9e37
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default {
default: false
},
template: {
type: Object,
type: Function,
default: null
},
exact: {