- {{ $t('page.home.weatherDesc') }}
-支持多个图标集切换,实时搜索和分页
-通过 Tabs 在不同的图标集之间切换
-{{ selectedIcon1 || '未选择' }}
- 设置默认图标值
-{{ selectedIcon2 }}
- 自定义弹窗宽度、每页数量和图标尺寸
-{{ selectedIcon3 || '未选择' }}
- 只显示 Cryptocurrency Color 图标集
-{{ selectedIcon4 }}
- {{ JSON.stringify(formData, null, 2) }}
- | 属性 | -类型 | -默认值 | -说明 | -
|---|---|---|---|
modelValue |
- string |
- '' |
- 选中的图标值(v-model) | -
prefix |
- IconCollection |
- 'material-symbols' |
- 默认图标集前缀 | -
collections |
- IconCollection[] |
- ['material-symbols', 'material-icon-theme'] |
- 可选的图标集列表 | -
pageSize |
- number |
- 60 |
- 每页显示的图标数量 | -
width |
- number |
- 600 |
- 弹窗宽度(px) | -
iconSize |
- string |
- '24px' |
- 图标显示尺寸 | -