mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +00:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
|   | <template> | ||
|  |   <AbilityCalculator /> | ||
|  | </template> | ||
|  | 
 | ||
|  | <script> | ||
|  | import AbilityCalculator from '@theme/components/AbilityCalculator' | ||
|  | 
 | ||
|  | export default { | ||
|  |   components: { AbilityCalculator } | ||
|  | } | ||
|  | </script> | ||
|  | 
 | ||
|  | <style lang="scss"> | ||
|  | </style> |