fix background not showing

This commit is contained in:
Henry Jameson 2022-03-28 14:26:50 +03:00
parent 8424b772b0
commit 805615d52b
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
<template> <template>
<div <div
id="app-loaded" id="app-loaded"
:style="bgStyle"
> >
<div <div
id="app_bg_wrapper" id="app_bg_wrapper"
class="app-bg-wrapper" class="app-bg-wrapper"
:style="bgStyle"
/> />
<MobileNav v-if="isMobileLayout" /> <MobileNav v-if="isMobileLayout" />
<DesktopNav v-else /> <DesktopNav v-else />