Nuxt/examples/i18n/nuxt.config.js
Alexandre Chopin b85de3151d example i18n
2017-02-08 20:13:14 +01:00

10 lines
128 B
JavaScript

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