mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Refactor
This commit is contained in:
		
							parent
							
								
									7813c8a942
								
							
						
					
					
						commit
						2d2d1bd58d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<mk-error v-if="error" @retry="init()"/>
 | 
						<mk-error v-if="error" @retry="init()"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note, i }">
 | 
						<x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note }">
 | 
				
			||||||
		<x-note :note="note" :detail="detail" :key="note.id"/>
 | 
							<x-note :note="note" :detail="detail" :key="note.id"/>
 | 
				
			||||||
	</x-list>
 | 
						</x-list>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue