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
I was trying to import the package for my nuxt 2 application but I was getting an error like cannot use import statement outside a module so even after defining it as a plugin and importing in the nuxt config plugin section.
plugins: ['@/plugins/vue-excel-editor'],
This is the error page. If I remove the package my application is working fine.
but when I added to
I was trying to import the package for my nuxt 2 application but I was getting an error like cannot use import statement outside a module so even after defining it as a plugin and importing in the nuxt config plugin section.
This is the error page. If I remove the package my application is working fine.
but when I added to
It is working.
The text was updated successfully, but these errors were encountered: