Преглед на файлове

fix: list search icon type

kokoroli преди 6 години
родител
ревизия
9839d77f3a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>