gitFoxCode / nuxt-icons

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

chore: make typing of icon ref match the rest of the code. #38

Closed tdekoning closed 1 year ago

tdekoning commented 1 year ago

Fixes #37 . The type definition of the icon ref wasn't matching the values that were put in.

tdekoning commented 1 year ago

@gitFoxCode is it possible to include this fix? Running vue-tsc while having the nuxt-icons package included breaks the build of every nuxt application.