This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new aeabc10  chore: tweak nuxt loading color
aeabc10 is described below

commit aeabc1002dcf59a69d77e93259fea67c5e140be8
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Sat Dec 9 22:42:00 2023 +0800

    chore: tweak nuxt loading color
---
 nuxt.config.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index d299642..ff5e55d 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -46,7 +46,10 @@ export default {
   /*
    ** Customize the progress-bar color
    */
-  // loading: { color: '#fff' },
+  loading: {
+    color: '#F72C5B',
+    continuous: true
+  },
   /*
    ** Global CSS
    */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to