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

Commit

Permalink
Fix #71 for alert docs syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpatel committed Dec 30, 2015
1 parent 6042ec5 commit 6039b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example/alertDocs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</alert>
<alert
show="{{@showRight}}"
show="{{showRight}}"
duration="3000"
type="success"
width="400px"
Expand All @@ -98,7 +98,7 @@
</alert>
<alert
show="{{@showTop}}"
show="{{showTop}}"
duration="3000"
type="info"
width="400px"
Expand Down

0 comments on commit 6039b39

Please sign in to comment.