mount tippy on first element when tag is null

This commit is contained in:
Georges KABBOUCHI
2023-04-30 19:33:38 +03:00
parent d9ad4fa3e3
commit d1eb22b539
3 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div>
<tippy content="Choose an aggregation for this area">
<tippy content="Choose an aggregation for this area" :tag="null">
<button class="text-sm py-2 px-3 bg-gray-900 text-white rounded-lg">Aggregation #1</button>
</tippy>
</div>