szboynono / mosha-vue-toastify

A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.
https://szboynono.github.io/mosha-vue-toastify/
MIT License
222 stars 15 forks source link

Does not display components when building #24

Open gaidygomez opened 2 years ago

gaidygomez commented 2 years ago

According to the readme of the library, a component can be used to display notification toast messages and when using a component in a development environment it is displayed as follows

image

But when I build the project, and upload it to my production environment it looks like this

image

I don't understand why if the build is built without errors

barnabastoth commented 2 years ago

I have the same issue