Browse Source

fix: list search icon type

kokoroli 6 năm trước cách đây
mục cha
commit
9839d77f3a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/list/search/components/IconText.vue

+ 1 - 1
src/views/list/search/components/IconText.vue

@@ -1,6 +1,6 @@
 <template>
   <span>
-    <a-icon type="type" style="margin-right: 8px" />
+    <a-icon :type="type" style="margin-right: 8px" />
     {{ text }}
   </span>
 </template>