This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

icon补回is属性

old
宇天 2019-09-05 17:27:13 +08:00
parent 36754cac00
commit 438e248a13
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ export default class Icon {
this.drawPath() this.drawPath()
} }
get is() {
return this.props.is
}
// 绘制图标 // 绘制图标
drawPath() { drawPath() {
var { is } = this.props var { is } = this.props