Explorar el Código

Merge remote-tracking branch 'origin/master'

tanxue hace 4 años
padre
commit
ccdac30754
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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
   */