Sfoglia il codice sorgente

fix: list search icon type

kokoroli 6 anni fa
parent
commit
9839d77f3a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>