diff --git a/examples/with-featherjs/nuxt.config.js b/examples/with-featherjs/nuxt.config.js new file mode 100644 index 0000000000..f982017753 --- /dev/null +++ b/examples/with-featherjs/nuxt.config.js @@ -0,0 +1,5 @@ +module.exports = { + loading: { + color: 'purple' + } +};