mount tippy on first element when tag is null
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user