Merge pull request #2370 from tugcekucukoglu/refactor

Update TooltipDoc.vue
pull/2372/head
Tuğçe Küçükoğlu 2022-03-30 14:49:23 +03:00 committed by GitHub
commit 8fcf738b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,12 @@ directives: {
<td>null</td> <td>null</td>
<td>When present, it adds a custom class to the tooltip.</td> <td>When present, it adds a custom class to the tooltip.</td>
</tr> </tr>
<tr>
<td>escape</td>
<td>boolean</td>
<td>true</td>
<td>By default the tooltip contents are rendered as text. Set to true to support html tags in the content.</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>