diff --git a/src/views/tooltip/TooltipDoc.vue b/src/views/tooltip/TooltipDoc.vue index c17d56456..e2e20f0d7 100755 --- a/src/views/tooltip/TooltipDoc.vue +++ b/src/views/tooltip/TooltipDoc.vue @@ -91,6 +91,12 @@ directives: { null When present, it adds a custom class to the tooltip. + + escape + boolean + true + By default the tooltip contents are rendered as text. Set to true to support html tags in the content. +