小程序源码
This commit is contained in:
22
source/wx/xzs-student/component/iView/icon/index.js
Normal file
22
source/wx/xzs-student/component/iView/icon/index.js
Normal file
@@ -0,0 +1,22 @@
|
||||
Component({
|
||||
externalClasses: ['i-class'],
|
||||
|
||||
properties: {
|
||||
type: {
|
||||
type: String,
|
||||
value: ''
|
||||
},
|
||||
custom: {
|
||||
type: String,
|
||||
value: ''
|
||||
},
|
||||
size: {
|
||||
type: Number,
|
||||
value: 14
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
value: ''
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user