mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-03-12 06:22:55 +01:00
fix warnings
This commit is contained in:
parent
61dcdbf992
commit
80220c1b07
2 changed files with 2 additions and 5 deletions
src/components/timeline_menu
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue