Deveodk / vue-toastr

A easy to use toastr plugin inspired by CodeSeven/toastr made without jquery with pure vue.js
https://packages.deveo.io/packages/vue/vue-toastr
MIT License
62 stars 13 forks source link

Documentation fix #1

Closed jordanboston closed 7 years ago

jordanboston commented 7 years ago

This is working great, but the documentation threw me off a little. I think these need a closing quote for the string: this.$toastr('success', 'i am a toastr success', 'hello');

Right now they are like this 'success,

Once I changed that it worked wonderfully. Just may want to update the docs so it will work for people copy/pasting it in. Thanks!

NicolaiRamsby commented 7 years ago

Hi @jordanboston ! Thanks a lot for your interest in our package! We've just updated our readme so future users won't experience the same as you. Thanks a lot for your feedback!