Skip to content

Commit a275f18

Browse files
cargilltaymarcosmoura
authored andcommitted
docs: fix dynamic tooltip text to show bottom instead of top (#2013)
1 parent 2d45d98 commit a275f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/Components/Tooltip/examples/Dynamically.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<md-avatar>
44
<img src="/assets/examples/avatar.png" alt="Avatar">
5-
<md-tooltip :md-active.sync="tooltipActive">Top</md-tooltip>
5+
<md-tooltip :md-active.sync="tooltipActive">Bottom</md-tooltip>
66
</md-avatar>
77

88
<md-button class="md-raised md-primary" @click="tooltipActive = !tooltipActive">Toggle Tooltip</md-button>

0 commit comments

Comments
 (0)