UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

23 lines (22 loc) 301 B
const t = { //图标名 name: { type: String, default: "" }, // 图标右上角展示小红点 dot: { type: Boolean }, // 图标右上角展示徽标 badge: { type: [String, Number] }, // 图标颜色 color: { type: String } }; export { t as iconProps };