Browse Source

Merge pull request #7243 from wenzhixin/fix/7233

Fixed custom iconPrefix and icons bugs
文翼 1 year ago
parent
commit
5d229274be
1 changed files with 1 additions and 1 deletions
  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) {