Mike
Results
2
comments of
Mike
Is there any reason why you are using v2.0? v2.3.4 works fine 👍 Or show me more of your code, I will try to help.
Are you sure that you register VueProgressBar before creating a Vue instance? Everything works fine for me Something like that.. ` // register` `Vue.use(VueProgressBar)` `// create a root instance` `new...