nuxt-community / onesignal-module

OneSignal for Nuxt 2
MIT License
74 stars 8 forks source link

OneSignal don't pass init options #2

Open OsirisFrik opened 4 years ago

OsirisFrik commented 4 years ago

Version

v3.0.0-beta.16

Reproduction link

https://codesandbox.io/s/onesignal-6b1ew

Steps to reproduce

Set OneSignal settings and check in console

What is expected ?

Pass my settings to OneSignal config

What is actually happening?

Only pass AppId to the settings

This bug report is available on Nuxt community (#c184)
matheuschimelli commented 4 years ago

Sorry, but I cant understand. Could you provide more details? I checked your code but i couldn't understand what you want to do

OsirisFrik commented 4 years ago

i try to disable the welcome Notification but when i check the settings in one signal object, don't have my settings set on init config.

image Screen Shot 2019-11-19 at 12 19 38 PM

other case is in try to set autoRegister to true, but don't set image

jake-101 commented 4 years ago

I had to put the config in default.vue to get it to work at all