commit: 805615d52befc413693c5a80d69e2f901d106076 parent 8424b772b053ffc9d1a004b379ac978ae6e09a72 Author: Henry Jameson <me@hjkos.com> Date: Mon, 28 Mar 2022 14:26:50 +0300 fix background not showingDiffstat:
M | src/App.vue | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.vue b/src/App.vue @@ -1,11 +1,11 @@ <template> <div id="app-loaded" + :style="bgStyle" > <div id="app_bg_wrapper" class="app-bg-wrapper" - :style="bgStyle" /> <MobileNav v-if="isMobileLayout" /> <DesktopNav v-else />