Replies: 1 comment
-
If you are consuming this package in vue 3, then You can use composition api |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apparently, I have just realised that all methods are scoped on this.$toast, which is in the component scope.
So am wondering if it is possible for me to call this package from my services(Typescript and Js classes) that are independent of vue components.
If it is already possible, please let me know how. Otherwise, we can see how we can achieve it.
Beta Was this translation helpful? Give feedback.
All reactions