nuxt-community / svg-module

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

Fix breakage on newest release of nuxt (v2.14.4) #56

Closed yotamofek closed 4 years ago

yotamofek commented 4 years ago

This module doesn't work on the newly released version of Nuxt because of this change: https://github.com/nuxt/nuxt.js/pull/7961

This is my attempt at fixing this great module while retaining backwards compatibility with older Nuxt versions.

sam3d commented 4 years ago

Thanks for the PR! This got fixed in #57