ソースを参照

Fixed custom iconPrefix and icons bug

zhixin 1 年間 前
コミット
b9e8d2183c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/utils/index.js

+ 1 - 1
src/utils/index.js

@@ -109,7 +109,7 @@ export default {
         search: 'search',
         clearSearch: 'delete'
       }
-    }[prefix]
+    }[prefix] || {}
   },
 
   getSearchInput (that) {