소스 검색

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
   */