1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/with-feathers/nuxt.config.js

6 lines
56 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-01-11 19:20:40 +00:00
loading: {
color: 'purple'
}
2017-10-31 13:43:55 +00:00
}