From 77f9e90c82392729dd2a0f450a3c91b4a0f3365d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 10 Feb 2017 13:05:05 +0100 Subject: [PATCH] Update color --- examples/i18n/nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/i18n/nuxt.config.js b/examples/i18n/nuxt.config.js index ab672788fa..1fd8a6ad40 100644 --- a/examples/i18n/nuxt.config.js +++ b/examples/i18n/nuxt.config.js @@ -1,4 +1,7 @@ module.exports = { + loading: { + color: 'cyan' + }, router: { middleware: 'i18n' },