@@ -259,6 +259,14 @@ You can use an object instead of a simple string:
<buttonv-tooltip="{ content: 'You have ' + count + ' new messages.' }">
```
### HTML content
By default, content is displayed as text to help prevent XSS attacks. If the tooltip content is deemed safe, you can turn on HTML with the `contentHtml` option: