Skip to content
Snippets Groups Projects
Commit b063855a authored by Julian's avatar Julian
Browse files

Allow functions being passed to itemNames (as required in vuetify)

parent bca2db7a
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #142006 failed
......@@ -168,7 +168,7 @@ export default {
default: (item) => item,
},
itemName: {
type: String,
type: String | Function,
required: false,
default: "name",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment