VueJs not displaying SVGs VueJs not displaying SVGs vue.js vue.js

VueJs not displaying SVGs


What does your browser debug show? Your svgs have <use> tags with relative urls. These will be resolved by the browser, and it's likely that they're not pointing to where you think. Your browser network tab should tell you what's going on?