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
Using TS with decorators is not possible to set the notificacions object, as say the doc. This must be a function type, returning the object options.
But TS give error Property $error does not exists.
Using TS with decorators is not possible to set the
notificacions
object, as say the doc. This must be a function type, returning the object options.But TS give error
Property $error does not exists
.I made a mixin to use it.
I think the fixed was in line 80
vue-notifications/src/vue-notifications.ts
Line 80 in ffdd19c
pluginOptions[methodName]
must be checked if is a function.something like
The text was updated successfully, but these errors were encountered: