mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-11-04 01:09:06 +00:00 
			
		
		
		
	tooltips pour les états préjudiciables
This commit is contained in:
		
							parent
							
								
									7c23239138
								
							
						
					
					
						commit
						b508862c9b
					
				
					 8 changed files with 156 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -7,9 +7,20 @@
 | 
			
		|||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import { handleTooltips } from '@theme/util'
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'Page',
 | 
			
		||||
  components: { }
 | 
			
		||||
  components: { },
 | 
			
		||||
  mounted () {
 | 
			
		||||
    setTimeout(function () {
 | 
			
		||||
      handleTooltips()
 | 
			
		||||
    }, 100);
 | 
			
		||||
    this.$router.afterEach(() => {
 | 
			
		||||
      setTimeout(function () {
 | 
			
		||||
        handleTooltips()
 | 
			
		||||
      }, 100)
 | 
			
		||||
    })
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue