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.

34 lines
536 B

5 days ago
### Tag 标签
图标
项目图标当前管理者1209559047@qq.com
**使用方式:**
在 ``script`` 中引用组件
```javascript
import mIcon from "@/components/m-icon/m-icon.vue"
export default {
components: {mIcon},
}
```
在 ``template`` 中使用组件
```html
<mIcon type="test" :size="20"></mIcon>
```
**属性说明:**
|属性名 |类型 |默认值 |说明 |
|--- |---- |--- |--- |
**事件说明:**
|事件称名|说明|
|---|----|---|
|click|接管了点击事件|