From 127a01756507a9cc9edabf6204e3c5528ec7a006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Thu, 11 Apr 2024 23:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gui/src/view/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/gui/src/view/index.js b/packages/gui/src/view/index.js index ac398b9..fd47518 100644 --- a/packages/gui/src/view/index.js +++ b/packages/gui/src/view/index.js @@ -6,7 +6,10 @@ export default { async initPre (Vue, api) { Vue.prototype.$api = api const setting = await api.setting.load() - Vue.prototype.$global = { setting, config: await api.config.get() } + Vue.prototype.$global = { + setting, + config: await api.config.get() + } await status.install(api) }, initModules (app, router) {