From 1d00200911b4656e1d491909f18fba0ae4f06018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 30 Mar 2022 14:49:04 +0300 Subject: [PATCH] Update TooltipDoc.vue --- src/views/tooltip/TooltipDoc.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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. +