浏览代码

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>