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
This section has a code example of OneSignal use directly, not via the vue methods. Given that addEventListener is in index.ts, I suspect it's intended to be:
**this.$**OneSignal.Notifications.addEventListener('click',(event)=>{console.log("The notification was clicked!",event);});
The text was updated successfully, but these errors were encountered:
What's on your mind?
https://github.com/OneSignal/onesignal-vue#advanced-usage
This section has a code example of OneSignal use directly, not via the vue methods. Given that addEventListener is in index.ts, I suspect it's intended to be:
The text was updated successfully, but these errors were encountered: