mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	@@ -342,7 +342,7 @@ export default {
 | 
			
		||||
         * @returns {void}
 | 
			
		||||
         */
 | 
			
		||||
        toastSuccess(msg) {
 | 
			
		||||
            toast.success(msg);
 | 
			
		||||
            toast.success(this.$t(msg));
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
@@ -351,7 +351,7 @@ export default {
 | 
			
		||||
         * @returns {void}
 | 
			
		||||
         */
 | 
			
		||||
        toastError(msg) {
 | 
			
		||||
            toast.error(msg);
 | 
			
		||||
            toast.error(this.$t(msg));
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user