pimlie / nuxt-rfg-icon

Automatically generate favicon's and app icon's using RealFaviconGenerator
Other
89 stars 5 forks source link

Nuxt 1.0.0+ changed the way hooks work #1

Closed kirillbunin closed 6 years ago

kirillbunin commented 6 years ago

According to https://nuxtjs.org/guide/release-notes#v1.0.0

To fix, change line 122 from this.nuxt.plugin to this.nuxt.hook

pimlie commented 6 years ago

Thanks, fixed in v0.4.0