8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <script setup lang="ts">
 | |
| import FormatterComponent from '@/components/formatter/FormatterComponent.vue';
 | |
| 
 | |
| </script>
 | |
| 
 | |
| <template>
 | |
|     <FormatterComponent formatter-language="HTML"></FormatterComponent>
 | |
| </template> |