From 37c23c33d237e4d953f050afe0bcfaf0836c3046 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Sat, 21 Oct 2017 21:05:07 +0800 Subject: [PATCH] feat: update nuxt to latest in apollo example --- examples/vue-apollo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vue-apollo/package.json b/examples/vue-apollo/package.json index f26ec4014c..c9ffee9f88 100644 --- a/examples/vue-apollo/package.json +++ b/examples/vue-apollo/package.json @@ -2,7 +2,7 @@ "name": "nuxt-vue-apollo", "dependencies": { "@nuxtjs/apollo": "^2.1.1", - "nuxt": "^1.0.0-rc9" + "nuxt": "latest" }, "scripts": { "dev": "nuxt",