Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rakk7 committed Aug 25, 2019
1 parent 769fe26 commit 4eecd00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Or if u want to override default values

```
<Toasts
show-progress="false"
:rtl="true"
:max-messages="7"
:time-out="5000" // 5 secs
Expand All @@ -55,6 +56,7 @@ Or Pass an options per toast

```
this.$toast.success("your message", {
showProgress: false, // disable progress bar
rtl: true,
timeOut: 0, // infinity
closeable: false
Expand Down

0 comments on commit 4eecd00

Please sign in to comment.