mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-31 02:17:01 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import Vue from "vue"
 | |
| import Toast from "vue-toastification"
 | |
| import "vue-toastification/dist/index.css"
 | |
| 
 | |
| const options = {
 | |
|   hideProgressBar: true,
 | |
|   draggable: false
 | |
| }
 | |
| 
 | |
| Vue.use(Toast, options)
 |