Update calendar.vue
This commit is contained in:
		
							parent
							
								
									935a254c97
								
							
						
					
					
						commit
						180bf33a28
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -35,10 +35,7 @@ import Vue from 'vue';
 | 
				
			||||||
const eachMonthDays = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
 | 
					const eachMonthDays = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function isLeapYear(year) {
 | 
					function isLeapYear(year) {
 | 
				
			||||||
	return (year % 400 == 0) ? true :
 | 
						return !(year % (year % 25 ? 4 : 16));
 | 
				
			||||||
		(year % 100 == 0) ? false :
 | 
					 | 
				
			||||||
			(year % 4 == 0) ? true :
 | 
					 | 
				
			||||||
				false;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default Vue.extend({
 | 
					export default Vue.extend({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue