mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +00:00 
			
		
		
		
	correction bug tooltips
This commit is contained in:
		
							parent
							
								
									4f6ae0b553
								
							
						
					
					
						commit
						c266c54ae0
					
				
					 3 changed files with 27 additions and 0 deletions
				
			
		|  | @ -380,6 +380,15 @@ export default { | |||
| 
 | ||||
|     selectItemPerPage (value) { | ||||
|       setUrlParams("lignes", [value]) | ||||
|       let self = this | ||||
|       setTimeout(function () { | ||||
|         handleTooltips({pages:self.$site.pages}) | ||||
|       }, 100); | ||||
|       this.$router.afterEach(() => { | ||||
|         setTimeout(function () { | ||||
|           handleTooltips({pages:self.$site.pages}) | ||||
|         }, 100) | ||||
|       }) | ||||
|     }, | ||||
| 
 | ||||
|     changePage (page) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine