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

Commit

Permalink
Fix alertDocs Closes #97
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Patel committed Jan 24, 2016
1 parent 958520c commit 9b40006
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/example/alertDocs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,22 @@
</alert>
<alert
show="{{showRight}}"
duration="3000"
:show.sync="showRight"
:duration="3000"
type="success"
width="400px"
placement="top-right"
dismissable>
dismissable
>
<span class="icon-ok-circled alert-icon-float-left"></span>
<strong>Well Done!</strong>
<p>You successfully read this important alert message.</p>
</alert>
<alert
show="{{showTop}}"
duration="3000"
type="info"
:show.sync="showTop"
:duration="3000"
type="danger"
width="400px"
placement="top"
dismissable>
Expand Down

0 comments on commit 9b40006

Please sign in to comment.