Fix: みつけるで人気のタグが表示されない (#4883)
This commit is contained in:
		
							parent
							
								
									a56738a331
								
							
						
					
					
						commit
						1ff5151786
					
				|  | @ -13,8 +13,8 @@ | |||
| 		<template #header><fa :icon="faHashtag" fixed-width/>{{ $t('popular-tags') }}</template> | ||||
| 
 | ||||
| 		<div class="vxjfqztj"> | ||||
| 			<router-link v-for="tag in tagsLocal" :to="`/explore/tags/${tag.name}`" :key="'local:' + tag.name" class="local">{{ tag.name }}</router-link> | ||||
| 			<router-link v-for="tag in tagsRemote" :to="`/explore/tags/${tag.name}`" :key="'remote:' + tag.name">{{ tag.name }}</router-link> | ||||
| 			<router-link v-for="tag in tagsLocal" :to="`/explore/tags/${tag.tag}`" :key="'local:' + tag.tag" class="local">{{ tag.tag }}</router-link> | ||||
| 			<router-link v-for="tag in tagsRemote" :to="`/explore/tags/${tag.tag}`" :key="'remote:' + tag.tag">{{ tag.tag }}</router-link> | ||||
| 		</div> | ||||
| 	</ui-container> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue