@meforma/vue-toaster
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@meforma/vue-toaster", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Vue.js toaster notification", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -45,3 +45,3 @@ # Vue Toaster | ||
| position | String | `bottom-right` | One of `top`, `bottom`, `top-right`, `bottom-right`,`top-left`, `bottom-left` | | ||
| duration | Number | `4000` | Visibility duration in milliseconds | | ||
| duration | Number or false | `4000` | Visibility duration in milliseconds or `false` that disables duration | | ||
| dismissible | Boolean | `true` | Allow user close by clicking | | ||
@@ -48,0 +48,0 @@ | onClick | Function | -- | Do something when user clicks | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14081
17