Nuxt/examples/async-data/nuxt.config.js

4 lines
78 B
JavaScript
Raw Normal View History

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