Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xerosanyam authored Feb 16, 2018
1 parent fcd27b9 commit 1973570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ this.$root.$refs.toastr.Add({
timeout: 0, // Remember defaultTimeout is 5 sec..
progressBarValue: 0, // Manually update progress bar value later; null (not 0) is default
position: "toast-top-full-width", // Toast Position.
type: "error" // Toast type
type: "error" // Toast type,
preventDuplicates: true //Default is false
});
```
## Doc # Options
Expand Down

0 comments on commit 1973570

Please sign in to comment.