mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +00:00 
			
		
		
		
	correction de l'initialisation du menu
This commit is contained in:
		
							parent
							
								
									c34341f375
								
							
						
					
					
						commit
						1330db17af
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -85,7 +85,7 @@ export default { | |||
|           } | ||||
|           if (item.children[i].children) { | ||||
|             for (var j = 0; j < item.children[i].children.length; j++) { | ||||
|               if (item.children[i].path) { | ||||
|               if (item.children[i].children[j].path) { | ||||
|                 if (item.children[i].children[j].path == this.$route.path) { | ||||
|                   return true | ||||
|                 } | ||||
|  | @ -94,6 +94,7 @@ export default { | |||
|           } | ||||
|         } | ||||
|       } | ||||
|       console.log(item.title) | ||||
|       return false | ||||
|     } | ||||
|   } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine