gitFoxCode / nuxt-icons

Module for Nuxt allowing pleasant use of svg icons
187 stars 23 forks source link

Fix for projects using TS-option "noUncheckedIndexedAccess" #41

Open SimonSimCity opened 1 year ago

SimonSimCity commented 1 year ago

When installing this plugin in a project which has the TS-option noUncheckedIndexedAccess enabled, it will fail. This PR fixes this.

It also updates some packages (all in compliance with the existing package.json definition) to allow me to run eslint.

When an icon is not found, an error is thrown instead of simply writing it out on the console. This is more in line with vue's error handling.