Skip to content
Snippets Groups Projects
Commit c187138a authored by Guillaume Chau's avatar Guillaume Chau
Browse files

docs: fix

parent c71137f0
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ The `content` option accepts a function that returns a promise:
```html
<button
v-tooltip="{
content: asyncMethod(),
content: asyncMethod,
loadingContent: 'Please wait...',
}"
>Hover me!</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment