Skip to content

hl-icon-select

基础用法

请选择图标
vue

全局配置

因为组件不提供图标服务,所以需要全局配置获取图标的方法

text
// vue
<hl-config-provider :custom-config>
  <hl-icon-select v-model="icon" />
</hl-config-provider>

const customConfig = {
  getIcons:Function,
}