Skip to content

Commit

Permalink
docs(popover): update triggers example (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muukuro authored and tmorehouse committed Dec 6, 2017
1 parent ecf1bf5 commit 00a4be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ move focus to close the popover.
<b-btn v-b-popover.focus="'Popover!'" variant="outline-success">Focus</b-btn>
</b-col>
<b-col md="6" class="py-3">
<b-btn v-b-popover.click.focus="'Popover!'" variant="outline-success">Hover + Focus</b-btn>
<b-btn v-b-popover.hover.focus="'Popover!'" variant="outline-success">Hover + Focus</b-btn>
</b-col>
</b-row>
</b-container>
Expand Down

0 comments on commit 00a4be5

Please sign in to comment.