Update basic-usage.md

This commit is contained in:
Georges KABBOUCHI
2021-01-12 21:16:18 +02:00
parent 72e05d84fa
commit c2d6d92870
+8
View File
@@ -34,6 +34,14 @@ position: 4
<tippy content="Hi!">
<button>Tippy!</button>
</tippy>
<tippy>
<button>Tippy!</button>
<template #content>
Hi!
</template>
</tippy>
</template>
<!--