浏览代码

Merge remote-tracking branch 'origin/master'

tanxue 4 年之前
父节点
当前提交
ccdac30754
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      nuxt.config.js

+ 7 - 0
nuxt.config.js

@@ -64,6 +64,13 @@ export default {
   env: {
     baseUrl: 'http://localhost:3000'
   },
+  /**
+   * loading 进度条样式
+   */
+  loading: {
+    color: '#2B5CFD',
+    height: '1px'
+  },
   /*
   ** Nuxt.js modules
   */