icon补回is属性
parent
36754cac00
commit
438e248a13
|
@ -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
|
||||||
|
|
Reference in New Issue