Explorar el Código

fix: list search icon type

kokoroli hace 6 años
padre
commit
9839d77f3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>