kopia lustrzana https://github.com/elk-zone/elk
				
				
				
			
		
			
				
	
	
		
			20 wiersze
		
	
	
		
			358 B
		
	
	
	
		
			Vue
		
	
	
			
		
		
	
	
			20 wiersze
		
	
	
		
			358 B
		
	
	
	
		
			Vue
		
	
	
| <script setup lang="ts">
 | |
| const paginator = masto.timelines.getPublicIterable({ local: true })
 | |
| 
 | |
| useHead({
 | |
|   title: 'Local',
 | |
| })
 | |
| </script>
 | |
| 
 | |
| <template>
 | |
|   <MainContent>
 | |
|     <template #title>
 | |
|       <span text-lg font-bold>Local timeline</span>
 | |
|     </template>
 | |
| 
 | |
|     <slot>
 | |
|       <TimelinePaginator :paginator="paginator" />
 | |
|     </slot>
 | |
|   </MainContent>
 | |
| </template>
 |