🔧 Bug fixes
- Fix Nuxt composition API: It was not possible to use
useToastwith Nuxt. Now you can by importing fromvue-toastification/composition/nuxt. closes #180 through #287 - Fix RTL margins in firefox: Firefox does not invert
margin: autowhen indirection: rtllike other browsers do. That led to broken UI. closes #179 through #286