From f59fabeb17d60f40cd39125cca67ea0c3b326bb6 Mon Sep 17 00:00:00 2001 From: Cristi C Date: Fri, 12 Jul 2019 16:15:03 -0700 Subject: [PATCH] Update README.md for ctx.$http or ctx.app.apolloProvider or whatever to work, this module needs to be loaded before all other ones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9a41d..f4ba49a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm install nuxt-static-render yarn add nuxt-static-render ``` -Add to your Nuxt project via [`modules`][modules]: +Add to your Nuxt project via [`modules`][modules], before all other module imports: [modules]: https://nuxtjs.org/guide/modules/