Khalil
Khalil
Same issue with laravel, vue js, inertia js
> I think I have found a work around. I just modified the code of @reinink to my own preference. Thanks. Can you please share your code what changes did...
I am also getting the same issue, does anyone solved it yet?
By the way, I have found myself... it was easy now it is working fine... as following. ``` .... Vue.use(VueProgressBar, { color: '#bffaf3', failedColor: '#ff0000', thickness: '5px' }); new Vue({...