mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			284 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			284 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
<template>
 | 
						|
  <div class="text-white max-h-screen h-screen overflow-hidden bg-bg">
 | 
						|
    <Nuxt />
 | 
						|
  </div>
 | 
						|
</template>
 | 
						|
 | 
						|
<script>
 | 
						|
export default {
 | 
						|
  mounted() {
 | 
						|
    document.body.classList.remove('app-bar', 'app-bar-and-toolbar')
 | 
						|
    document.body.classList.add('no-bars')
 | 
						|
  }
 | 
						|
}
 | 
						|
</script> |