Update TooltipDoc.vue

pull/2370/head
Tuğçe Küçükoğlu 2022-03-30 14:49:04 +03:00
parent 6424fe33ae
commit 1d00200911
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>