nguyenvanduocit / vue-loading-spinner

Just another collection of loading spinners with Vue.js, alot of spinners
https://nguyenvanduocit.github.io/vue-loading-spinner/
685 stars 105 forks source link

Error in parsing SVG: Unbound namespace prefix: "v-bind" #37

Closed wlfnkls closed 1 year ago

wlfnkls commented 3 years ago

Hey guys,

I know, this repo is not maintained anymore, but maybe you can help me anyways.

I built a vue.js app with parcel bundler in which im using this vue-loading-spinner component. When I run npm run build I get this error in console: node_modules/vue-loading-spinner/src/components/Circle.vue: Error in parsing SVG: Unbound namespace prefix: "v-bind" Line: 0 Column: 157 Char: >

Maybe you have any idea where this is coming from, thank you!

westongb commented 3 years ago

Hey @wlfnkls did you ever find a solution to this? I am experiencing the same issue myself.

wlfnkls commented 3 years ago

Hey @westongb,

Im not sure what did the trick.

I just checked my git history and found this commit: Workaround to avoid SVGO error on minifying -> Add flag --no-minify to my build script in package.json

I hope this helps.