Nuxt/examples/vue-i18n/nuxt.config.js

7 lines
95 B
JavaScript
Raw Normal View History

2017-02-08 16:33:13 +00:00
module.exports = {
build: {
vendor: ['vue-i18n']
},
plugins: ['~plugins/vue-i18n']
}