1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-19 07:00:59 +00:00
Nuxt/examples/with-feathers/nuxt.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2017-01-11 19:20:40 +00:00
module.exports = {
loading: {
color: 'purple'
}
};