提交 7ed5e4a4 编写于 作者: D DebugIsFalse

fix: 添加链接

上级 9f2369dc
<template>
<ULink to="/search/123" class="flex flex-col group">
<ULink :to="`/search/${item.c_id}`" class="flex flex-col group">
<div class="transition truncate group-hover:text-primary">{{ item.title }}</div>
<div class="break-word text-balance line-clamp-2 font-sans text-base" :class="textColor">
{{ item.description || ' 待补充' }}
......@@ -53,4 +53,5 @@ function handleOpenSelect (id) {
const formatTime = computed(() => {
return useTime(props.item.create_time)
})
</script>
\ No newline at end of file
......@@ -31,7 +31,6 @@ async function findCollectionData() {
title: item.c_title
}
})
console.log(`themesTagList.value:`, themesTagList.value)
}
await findCollectionData()
</script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册