Nuxt/examples/i18n/nuxt.config.js
Sébastien Chopin 77f9e90c82 Update color
2017-02-10 13:05:05 +01:00

13 lines
164 B
JavaScript

module.exports = {
loading: {
color: 'cyan'
},
router: {
middleware: 'i18n'
},
build: {
vendor: ['axios']
},
plugins: ['~plugins/i18n']
}