Merge pull request #247 from kalimah-apps/patch-1

This commit is contained in:
Georges KABBOUCHI
2022-03-23 18:42:45 +02:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ Click [here](/props) to see full documentation on props.
## Advanced Usage
```html
<button v-tippy="{ content: 'Hello!', arrow: true, theme: 'light'">
<button v-tippy="{ content: 'Hello!', arrow: true, theme: 'light'}">
Tippy!
</button>
```