Nuxt/examples/custom-loading/nuxt.config.js

4 lines
53 B
JavaScript
Raw Normal View History

2016-11-11 14:30:11 +00:00
module.exports = {
loading: 'components/loading'
}