kopia lustrzana https://github.com/nolanlawson/pinafore
				
				
				
			
		
			
				
	
	
		
			21 wiersze
		
	
	
		
			454 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			21 wiersze
		
	
	
		
			454 B
		
	
	
	
		
			HTML
		
	
	
<:Head>
 | 
						|
  <title>Pinafore – Status</title>
 | 
						|
</:Head>
 | 
						|
<Layout page='statuses' >
 | 
						|
  <LazyPage :pageComponent :params />
 | 
						|
</Layout>
 | 
						|
<script>
 | 
						|
  import Layout from '../../_components/Layout.html'
 | 
						|
  import LazyPage from '../../_components/LazyPage.html'
 | 
						|
  import pageComponent from '../../_pages/statuses/[statusId]/index.html'
 | 
						|
 | 
						|
  export default {
 | 
						|
    components: {
 | 
						|
      Layout,
 | 
						|
      LazyPage
 | 
						|
    },
 | 
						|
    data: () => ({
 | 
						|
      pageComponent
 | 
						|
    })
 | 
						|
  }
 | 
						|
</script> |