kopia lustrzana https://github.com/elk-zone/elk
				
				
				
			
		
			
	
	
		
			12 wiersze
		
	
	
		
			227 B
		
	
	
	
		
			Vue
		
	
	
		
		
			
		
	
	
			12 wiersze
		
	
	
		
			227 B
		
	
	
	
		
			Vue
		
	
	
| 
								 | 
							
								<script setup lang="ts">
							 | 
						||
| 
								 | 
							
								const { t } = useI18n()
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								useHydratedHead({
							 | 
						||
| 
								 | 
							
								  title: () => `${t('tab.notifications_all')} | ${t('nav.notifications')}`,
							 | 
						||
| 
								 | 
							
								})
							 | 
						||
| 
								 | 
							
								</script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<template>
							 | 
						||
| 
								 | 
							
								  <TimelineNotifications v-if="isHydrated" />
							 | 
						||
| 
								 | 
							
								</template>
							 |