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

Pass item slot through

parent 88f6902a
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
......@@ -7,6 +7,9 @@
:item-text="itemName"
class="fc-my-auto"
>
<template #item="item">
<slot name="item" v-bind="item" />
</template>
<template #append-outer>
<v-btn icon @click="menu = true">
<v-icon>$plus</v-icon>
......
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