Browse Source

Merge remote-tracking branch 'origin/master'

tanxue 4 năm trước cách đây
mục cha
commit
ccdac30754
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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
   */