vue-svg-inline-plugin icon indicating copy to clipboard operation
vue-svg-inline-plugin copied to clipboard

Vue plugin for inline replacement of SVG images with actual content of SVG files.

Results 4 vue-svg-inline-plugin issues
Sort by recently updated
recently updated
newest added

Hello everyone! I have next composition: ``` ``` After toggle v-if value I have next error in console. ![err](https://user-images.githubusercontent.com/80950305/211731445-b93865d8-2afa-4092-8350-e7ed47e0f3f7.png) Who can tell me what is the problem?

We noticed some random JS exceptions in Sentry logs which made us a bit confused. For example: ``` TypeError: [vue-svg-inline-plugin] Argument is not valid! [path="/image/i.702/w.400:h.400:f.0/image.png"] ``` The confusion is because...

Hi, I would like load an SVG file in an image, . Is this possible with this vue-svg-inline-plugin? My app is based on Vue 3 and Quasar. Can you provide...

Hi, thanks for this plugin. On nuxt 3, I setup the loader as a plugin this way in the nuxt plugins folder: ``` import VueSvgInlinePlugin from "vue-svg-inline-plugin" export default defineNuxtPlugin((nuxtApp)...