no message
Former-commit-id: a503c5599014a8b92b16428780da56686929f729 Former-commit-id: b9def18d55361c17ed97a9105b95e27d0f5272d3 Former-commit-id: 3b2753c6e859807cef60278838fa320694e480e5
This commit is contained in:
@@ -17,7 +17,11 @@
|
|||||||
|
|
||||||
这个组件只是简化了写法而已
|
这个组件只是简化了写法而已
|
||||||
|
|
||||||
`<Icon name="github"></Icon>` 等于 `<i class="fa fa-github" aria-hidden="true"></i>`
|
```
|
||||||
|
<Icon name="github"></Icon>
|
||||||
|
// 等同于
|
||||||
|
<i class="fa fa-github" aria-hidden="true"></i>
|
||||||
|
```
|
||||||
|
|
||||||
## 参数
|
## 参数
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user