nuxt-community / svg-module

Super simple svg loading module for Nuxt.js
MIT License
338 stars 35 forks source link

Load from server #78

Closed imanmalekian31 closed 3 years ago

imanmalekian31 commented 3 years ago

how I can load SVG from server like blow : <div v-html="require('https://example.com/media/icons/example.svg?raw')" />

sam3d commented 3 years ago

Hey! Sorry I don't think that's possible with Webpack, I think it has to compile the assets from local file resources. Please do correct me if I'm wrong though and I'll happily take a look