From 664ef28cc1f2bb172fa4e0cf0a50a577d5b9efbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 11 Jan 2017 20:20:40 +0100 Subject: [PATCH] Add nuxt.config.js --- examples/with-featherjs/nuxt.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/with-featherjs/nuxt.config.js 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' + } +};