Versions
- ^1.7.14
- 2.0 ( not tested )
Describe the bug
When using import { useToast } from "vue-toastification/composition/nuxt"
with composition-api, nuxt throws this error in the console.

After searching, I saw that this error occurs when we mix require and export.
The solution was to go to the index.js file in node_modules/vue-toastification/composition/nuxt/index.js
and remove the word export

and sorry for the english 😄