提交项目
This commit is contained in:
14
static/iconfont/iconfont-weapp/icon/icon.js
Normal file
14
static/iconfont/iconfont-weapp/icon/icon.js
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
Component({
|
||||
externalClasses: ['custom-class'],
|
||||
properties: {
|
||||
icon: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
size: {
|
||||
type: Number,
|
||||
value: 32,
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user