kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
339 stars 32 forks source link

Typescript unknown property purpose: #98

Closed lynxionxs closed 1 year ago

lynxionxs commented 1 year ago

Typescript throws an error for purpose property on icon

Screenshot_2023-02-28_11-41-23

kevinmarrec commented 1 year ago

@lynxionxs That's because there's no purpose option for the icon part of the module https://github.com/kevinmarrec/nuxt-pwa-module/blob/main/src/parts/icon/types.ts

lynxionxs commented 1 year ago

@kevinmarrec ok, Guess that was only for Nuxt 2. Thanks