Skip to content

Commit ede2bfd

Browse files
committed
fix: project brief item render error when no tag provided
1 parent e400eda commit ede2bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/utils/Tag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div
3-
v-if="tag && !tag.startsWith('Type-') && tag !== '交流'"
3+
v-if="tag && !tag.startsWith('Type-')"
44
class="tag"
55
@click.stop.prevent="jump"
66
v-text="tag.startsWith('C-') ? tag.slice(2) : tagName"

0 commit comments

Comments
 (0)