From 091f4ed871c30160a97feccdfe32005b3a4fcbc7 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 18 十一月 2021 13:33:40 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.10:29418/pcalife/PAM --- PAMapp/nuxt.config.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js index c30508a..d204e9f 100644 --- a/PAMapp/nuxt.config.js +++ b/PAMapp/nuxt.config.js @@ -41,6 +41,8 @@ // Auto import components: https://go.nuxtjs.dev/config-components components: true, + // loading + loading: '~/components/loading.vue', // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules buildModules: [ -- Gitblit v1.8.0