vue-toastification
vue-toastification copied to clipboard
Vue Toastification integration with Vuetify fails
Versions
- 2.0
Describe the bug
When using any Vuetify component inside the toast component, the app crashes because Vuetify couldn't find his default instance.
Expected behavior
Instead of breaking the page, I expect that my toast component shows the Vuetify component.
Steps to reproduce
Reproduction here. Steps:
- Install Vuetify and Vue Toastification
- Set the toast container to
container: () => document.getElementById("app")!,
- Create a component with any Vuetify component (I used a v-btn)
- Execute the application and try to open the toast
Your Environment
- Device: [e.g. PC]
- OS: [e.g. Windows 11]
- Browser [e.g. chrome]
- Version [e.g. 22] latest
Additional context
You can find the Stackoverflow question here and the updated reproduction Github repo here.
EDIT 1: This sandbox reproduce the error https://codesandbox.io/s/summer-haze-snfsf5
Still broken