You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| cl-icon.vue | 2 months ago | |
| iconfont.css | 2 months ago | |
| iconfont.json | 2 months ago | |
| iconfont.ttf | 2 months ago | |
| iconfont.woff | 2 months ago | |
| iconfont.woff2 | 2 months ago | |
| index.vue | 2 months ago | |
| readme.md | 2 months ago | |
readme.md
Tag 标签
图标 项目图标当前管理者1209559047@qq.com
使用方式:
在 script 中引用组件
import mIcon from "@/components/m-icon/m-icon.vue"
export default {
components: {mIcon},
}
在 template 中使用组件
<mIcon type="test" :size="20"></mIcon>
属性说明:
| 属性名 | 类型 | 默认值 | 说明 |
|---|
事件说明:
| 事件称名 | 说明 | |
|---|---|---|
| click | 接管了点击事件 |