diff options
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.vue')
| -rw-r--r-- | src/components/timeline_menu/timeline_menu.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue index 4f6681b8..8f14093f 100644 --- a/src/components/timeline_menu/timeline_menu.vue +++ b/src/components/timeline_menu/timeline_menu.vue @@ -10,10 +10,7 @@ @close="() => isOpen = false" > <template v-slot:content> - <div - slot="content" - class="timeline-menu-popover popover-default" - > + <div class="timeline-menu-popover popover-default"> <TimelineMenuContent /> </div> </template> |
