Also if anyone is getting this error Property '$notifier' does not exist on type 'CombinedVueInstance<Vue..., a workaround is to use this ( this as any ).$notifier.showMessage(...) instead.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This was really helpful, thanks!
Also if anyone is getting this error
Property '$notifier' does not exist on type 'CombinedVueInstance<Vue..., a workaround is to use this( this as any ).$notifier.showMessage(...)instead.