Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
Fixes #81 (popover header is only shown when provided).
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpatel committed Dec 30, 2015
1 parent 201502a commit 6042ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
v-show="show"
:transition="effect">
<div class="arrow"></div>
<h3 class="popover-title" v-show="header">{{title}}</h3>
<h3 class="popover-title" v-show="title">{{title}}</h3>
<div class="popover-content">
{{{content}}}
</div>
Expand Down

0 comments on commit 6042ec5

Please sign in to comment.