v2.0.0-beta.8
Pre-release
Pre-release
🚀 New Features
- Toast interfaces are global by default: Toasts created with the
app.use(Toast)
plugin will be bound to a global event listener by default, meaning that all that is needed to use toasts outside of components is to calluseToast
(#152 )