🔧 Bug fixes
- Page scrolling and text selecting when dragging the toast: When dragging to close the toast on mobile, the page would scroll and when on the desktop it would select text. (#53) (3112f96), closes #51
- Transition options were ignored: Transition options passed to
Vue.use
were ignored. (#55) (f4b4b3b), closes #54