mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
 | |
| export const state = () => ({
 | |
|   showUserCollectionsModal: false
 | |
| })
 | |
| 
 | |
| export const getters = {
 | |
| 
 | |
| }
 | |
| 
 | |
| export const actions = {
 | |
| 
 | |
| }
 | |
| 
 | |
| export const mutations = {
 | |
|   setShowUserCollectionsModal(state, val) {
 | |
|     state.showUserCollectionsModal = val
 | |
|   }
 | |
| } |