添加bar组件
This commit is contained in:
18
QXTfront/uni_modules/lime-svg/components/l-svg/props.ts
Normal file
18
QXTfront/uni_modules/lime-svg/components/l-svg/props.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
src: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
web: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
inherit: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user