add modules key to nuxt config

This commit is contained in:
Pooya Parsa 2017-05-11 13:41:27 +04:30
parent 55b331c350
commit 5662aa22f7

View File

@ -21,6 +21,7 @@ class Nuxt {
head: {}, head: {},
plugins: [], plugins: [],
css: [], css: [],
modules: [],
cache: false, cache: false,
loading: { loading: {
color: 'black', color: 'black',