Ejiro Asiuwhu

Results 7 comments of Ejiro Asiuwhu

Fixed here: https://stackoverflow.com/a/69793220/12624390

Any alternative package that supports Vue 3 out there?

I've created a component that works with Vue 3 and Vue composition API here @bernardthegreat, @christoofar @nsssayom, @Humpz: https://www.npmjs.com/package/vue3-otp-input, https://github.com/ejirocodes/vue3-otp-input

@ishaiavrahami where will the value of the input coming from in this case 🤔

Oh I get. That feature isn't available at the moment. It will take some refactoring to implement this

@dpeese this solution worked for me > So I took this temporary approach to the problem. > > ``` > this.messaging > .getToken({ > vapidKey : this.vapidKey, > }).catch((err) =>...