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