Fix: みつけるで人気のタグが表示されない (#4883)
This commit is contained in:
		| @@ -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> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MeiMei
					MeiMei