From 92fdfbeac32a0d2a94214c3efa6ea029896f3b59 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 10 May 2020 18:57:34 -0400 Subject: Added NuxtJS Auth --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index 6467f46..d0cc5ff 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -42,7 +42,7 @@ export default { /* ** Nuxt.js modules */ - modules: ['@nuxtjs/pwa'], + modules: ['@nuxtjs/pwa', '@nuxtjs/axios', '@nuxtjs/auth'], /* ** vuetify module configuration ** https://github.com/nuxt-community/vuetify-module -- cgit v1.2.3