mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Update PlaylistItem.vue
This commit is contained in:
		
							parent
							
								
									1307d96406
								
							
						
					
					
						commit
						8ce5738e77
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
    <div class="flex flex-col flex-justify-between">
 | 
					    <div class="flex flex-col flex-justify-between">
 | 
				
			||||||
        <router-link :to="props.item.url">
 | 
					        <router-link :to="props.item.url">
 | 
				
			||||||
            <div class="relative">
 | 
					            <div class="relative">
 | 
				
			||||||
                <img class="w-full" :src="props.item.thumbnail" loading="lazy" />
 | 
					                <img loading="lazy" class="w-full" :src="props.item.thumbnail" />
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <p>
 | 
					            <p>
 | 
				
			||||||
                <span v-text="props.item.name" />
 | 
					                <span v-text="props.item.name" />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue