From 0fe7b7baad5843d9394ecfc18642d4758135ac35 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: Mon, 22 Aug 2022 14:36:10 +0300 Subject: [PATCH] Update escape property description --- src/views/tooltip/TooltipDoc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tooltip/TooltipDoc.vue b/src/views/tooltip/TooltipDoc.vue index b007b7211..72439ae55 100755 --- a/src/views/tooltip/TooltipDoc.vue +++ b/src/views/tooltip/TooltipDoc.vue @@ -94,8 +94,8 @@ directives: { escape boolean - true - By default the tooltip contents are rendered as text. Set to true to support html tags in the content. + false + By default the tooltip contents are not rendered as text. Set to true to support html tags in the content. fitContent