Maronato / vue-toastification

Vue notifications made easy!
https://vue-toastification.maronato.dev
MIT License
3.03k stars 139 forks source link

'context' is not available #348

Open PTimmel opened 1 year ago

PTimmel commented 1 year ago

Versions

Describe the bug

When trying to access the global app context it is undefined.

Expected behavior

The nuxt context should be available and i should be able to use NuxtLink's

Steps to reproduce

Reproduction: Steps:

  1. Install normally
  2. Set up plugin
  3. Put NuxtLink into toast
  4. No application context present so link is not working properly

Your Environment

Additional context