shrpne / vue-inline-svg

Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
MIT License
175 stars 21 forks source link

Does it support nuxtjs3? #39

Closed todaynogada closed 2 years ago

todaynogada commented 2 years ago

Does it support nuxtjs3? import InlineSvg from 'vue-inline-svg';

export default defineComponent({ components: { InlineSvg, },

html output

help.

shrpne commented 2 years ago

Did you installed it as described in the dedicated section? https://github.com/shrpne/vue-inline-svg#vue-v3

todaynogada commented 2 years ago

There was a problem with the path. I solved it. thank you.