feat: remove like on list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import { computed, defineProps } from 'vue'
|
||||
import { AiOutlineEye, AiOutlineLike } from 'vue-icons-plus/ai'
|
||||
import { AiOutlineEye } from 'vue-icons-plus/ai'
|
||||
import { useRouter } from 'vue-router'
|
||||
|
||||
const router = useRouter()
|
||||
@@ -57,10 +57,10 @@ const showArticle = (article) => {
|
||||
<AiOutlineEye class="w-3.5 h-3.5" />
|
||||
{{ article.views }}
|
||||
</span>
|
||||
<span class="flex items-center gap-1 text-gray-700">
|
||||
<!-- <span class="flex items-center gap-1 text-gray-700">
|
||||
<AiOutlineLike class="w-3.5 h-3.5" />
|
||||
{{ article.likes }}
|
||||
</span>
|
||||
</span> -->
|
||||
</div>
|
||||
<div class="flex items-center gap-2 ml-4 flex-shrink-0 font-mono">
|
||||
<span v-if="article.bought" class="px-2 py-0.5 text-xs bg-green-50 text-green-600 rounded">
|
||||
|
||||
Reference in New Issue
Block a user