This repository was archived by the owner on Mar 14, 2025. It is now read-only.
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Status of "allow to set container, default is body" #81
Open
Description
I looked at the #17 Issue and wondered how things are going?
I started using this package in a project of mine which is a Vue Component which embeds into other websites. But since the vue-toast-notifications get injected into the body, the CSS will not load there as it is part of the javascript file and injected into the shadow of one specific component.
Otherwise, this looks and works great. Thank you.
Chris
Metadata
Metadata
Assignees
Labels
No labels
Activity
ankurk91 commentedon Jan 22, 2023
Thanks for reaching out.
Unfortunately, There is no progress on that issue.
I am mostly busy in upgrading projects to Vue 3.
chrisspiegl commentedon Jan 23, 2023
If it helps in some way, I am using it with Vue 3 in the fore mentioned component and it works well. Just the thing about the toast being injected into the body is a bit of a hiccup, which isn't great, but I can work around it for now.
errantmind commentedon Sep 20, 2023
I can submit a pull request for this if you want.
I needed this functionality to get the Fullscreen API working in my app so I made some changes and got it working for myself. Would be happy to share it back.