mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01: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)
 |