Skip to content

Commit 9839d77

Browse files
committed
fix: list search icon type
1 parent 562ef5c commit 9839d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/list/search/components/IconText.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<span>
3-
<a-icon type="type" style="margin-right: 8px" />
3+
<a-icon :type="type" style="margin-right: 8px" />
44
{{ text }}
55
</span>
66
</template>

0 commit comments

Comments
 (0)