njam/nuxt-i18n-module

Make compatible with nuxt v1.0

stophecom opened this issue · 0 comments

Main issue:

We have a new internal hook system now, some modules can be broken with 1.0 if they were relying on this.nuxt.plugin(), instead, they will have to use this.hook(), see module hooks documentation.

https://github.com/nuxt/nuxt.js/releases

Unfortunately the documentation is still missing.