Yangxfeng

Results 3 issues of Yangxfeng

### Version [email protected] ### Vue Version [email protected] ### Link to minimal reproduction https://vue-devui.github.io/components/search/ ### Step to reproduce 新手使用seach组件,但是如果没下载图标库的话,会没有图标,建议可以设置个默认图标 ![image](https://user-images.githubusercontent.com/35209766/163674718-99f548c1-6476-476c-b990-8625a2f2f11f.png) ### What is expected 建议类似的组件可以设置个默认图标 ### What is actually happening 实际会直接留白,无法点击搜索,只能通过回车触发search事件...

bug

### What problem does this feature solve 属性为空字符串当作一种类型,从开发设定上来说不太合理,而且在某些代码检测插件下可能会被纠错处理 ![image](https://user-images.githubusercontent.com/35209766/163675012-5368af41-6ce7-484f-8fe4-97258c82b0c6.png) ### What does the proposed API look like 可以改成Normal这种语义更明确的字段

bug

### What problem does this feature solve 目前可选的样式太少了,而且不美观,search又是个使用场景非常多的组件,完全可以根据使用场景提供更多的展示效果,目前默认样式的太过原生了, ![image](https://user-images.githubusercontent.com/35209766/163674935-f5d9f202-ddb9-4a3c-a956-2c31fc396bb7.png) 以普及率比较高的antd为例 ![image](https://user-images.githubusercontent.com/35209766/163674912-e4fe7c1b-036f-4444-89da-ced3553b861a.png) ### What does the proposed API look like 建议在后续的更新中可以根据使用场景提供更多的展示效果

feature