Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
s4l1h committed Jul 27, 2019
1 parent 73dce35 commit 776d2b8
Show file tree
Hide file tree
Showing 8 changed files with 293 additions and 266 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-toastr",
"main": "dist/vue-toastr.umd.min.js",
"description": "Toastr for Vue.js",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/s4l1h/vue-toastr",
"license": "MIT",
"ignore": [".*", "build", "docs", "demo", "package.json"]
Expand Down
139 changes: 74 additions & 65 deletions dist/vue-toastr.common.js

Large diffs are not rendered by default.

139 changes: 74 additions & 65 deletions dist/vue-toastr.esm.js

Large diffs are not rendered by default.

139 changes: 74 additions & 65 deletions dist/vue-toastr.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-toastr.umd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/global_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ this.$toastr.defaultStyle = { "background-color": "red" }; // default style: { }
### Inject your class names to toast

```javascript
this.$toastr.defaultclassNames = ["animated", "zoomInUp"]; // default classNames: []
this.$toastr.defaultClassNames = ["animated", "zoomInUp"]; // default classNames: []
```

## Overwrite default options via plugin options
Expand All @@ -65,6 +65,6 @@ Vue.use(VueToastr, {
defaultPosition: "toast-bottom-left",
defaultCloseOnHover: false,
defaultStyle: { "background-color": "red" },
defaultclassNames: ["animated", "zoomInUp"]
defaultClassNames: ["animated", "zoomInUp"]
});
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-toastr",
"version": "2.1.1",
"version": "2.1.2",
"description": "Toastr for Vue.js no jquery dependencies",
"author": "s4l1h",
"scripts": {
Expand Down
130 changes: 65 additions & 65 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 776d2b8

Please sign in to comment.