constkhi / vue-simple-alert

Simple alert(), confirm(), prompt() for Vue.js
https://constkhi.github.io/vue-simple-alert/
MIT License
134 stars 26 forks source link

the $fire() method collides with $fire from @nuxtjs/firebase latest module #16

Open szczynk opened 3 years ago

szczynk commented 3 years ago

i was using @nuxtjs/firebase latest module with this module, suddenly my firebase doesn't work at all. after digging what's wrong, i realize this.$fire was used in two module and overwrite over and over again.

the solution that i make wast simply rename this.$fire() into something else i hope u see this issue

my best regard

hedihadi commented 2 years ago

i've made a new repository for it, i dont know how to fix the typescript code https://www.npmjs.com/package/vue-simple-alert-fixed