diff --git a/src/views/tooltip/TooltipDemo.vue b/src/views/tooltip/TooltipDemo.vue index c5569fdb5..739b4d304 100644 --- a/src/views/tooltip/TooltipDemo.vue +++ b/src/views/tooltip/TooltipDemo.vue @@ -26,7 +26,7 @@
There are four choices to position the tooltip, default value is "right" and alternatives are "top", "bottom", "left". Position is specified using a modifier.
@@ -44,7 +44,7 @@ directives: {As seen in positions and event sections, tooltip is configured via modifiers that can be chained. Tooltip below, +
As seen in positions and event sections, tooltip is configured via modifiers that can be chained. Tooltip below, gets displayed at the top of the input at focus event.