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 |