11 lines
		
	
	
		
			129 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			129 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<template>
 | 
						|
  <router-view />
 | 
						|
</template>
 | 
						|
 | 
						|
<script lang="ts">
 | 
						|
import Vue from "vue";
 | 
						|
export default {
 | 
						|
  name: "App",
 | 
						|
};
 | 
						|
</script>
 |