1. 全自定义组件,不在依赖element-plus。
2. 新增element-plus图标组件支持。
3. 新增ts支持。
4. 修复css样式影响问题。
5. 修复zIndex异常问题。
6. 新增antd图标。
7. 新增arcoVueIcon图标。
8. 新增tdesignIcons图标。
9. 更新依赖。
image
image
image
image
image
npm install e-icon-picker@next -S
import {createApp} from 'vue';
import App from './App.vue';
import eIconPicker from 'e-icon-picker';
import "e-icon-picker/icon/default-icon/symbol.js"; //基本彩色图标库
import 'e-icon-picker/index.css'; // 基本样式,包含基本图标
import 'font-awesome/css/font-awesome.min.css'; //font-awesome 图标库
import 'element-plus/lib/theme-chalk/icon.css'; //element-plus 图标库
let app = createApp(App);
app.use(eIconPicker);
app.mount('#app');
<e-icon-picker v-model="icon"/>
详细文档
喜欢的欢迎 star 项目地址
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有