fix background not showing
This commit is contained in:
		
							parent
							
								
									8424b772b0
								
							
						
					
					
						commit
						805615d52b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue