You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not using a Vue project. I tried the method of README without effect, and another similar project can be simply used in my project:
import{useToast}from'vue-toast-notification';import'vue-toast-notification/dist/theme-sugar.css';exportfunctionexApp1(){// not need create a VUE appconst$toast=useToast();window.__toast=$toast;}
But this project has only a simple notification function, so I still want to use vue-toastification
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am not using a Vue project. I tried the method of README without effect, and another similar project can be simply used in my project:
But this project has only a simple notification function, so I still want to use
vue-toastification
Beta Was this translation helpful? Give feedback.
All reactions