Skip to content
Snippets Groups Projects
Commit 80220c1b authored by HJ's avatar HJ :fire:
Browse files

fix warnings

parent 61dcdbf9
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
/>
</button>
</template>
<template v-slot:content ="{close}">
<template v-slot:content="{close}">
<div class="dropdown-menu">
<button
class="button-default dropdown-item dropdown-item-icon"
......
......@@ -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>
......
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