Nuxt/examples/async-data/nuxt.config.js
2016-11-07 13:53:05 +01:00

4 lines
78 B
JavaScript

module.exports = {
vendor: ['axios'] // Add axios in the vendor.bundle.js
}