Fix syntax error

This commit is contained in:
Kalimah Apps
2022-03-24 02:59:40 +11:00
committed by GitHub
parent 866474adde
commit b3b67539c7
+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>
```