v6.0.0-alpha.34

This commit is contained in:
Georges KABBOUCHI
2021-10-09 13:13:31 +03:00
parent 384feff79a
commit 33ae76e20a
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -248,6 +248,16 @@
singleton3
</button>
</div>
<div class="mt-6">
<span class="font-semibold mr-4">v-tippy with modifiers</span>
<button
class="text-sm py-2 px-3 mr-4 bg-gray-900 text-white rounded-lg"
v-tippy.left.arrow="'Hello'"
>
Tippy
</button>
</div>
</div>
</template>
<script lang="ts">