init
This commit is contained in:
24
xhs-mini-demos/common/component/container/index.js
Normal file
24
xhs-mini-demos/common/component/container/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
Component({
|
||||
properties: {
|
||||
pad: {
|
||||
type: String,
|
||||
value: '16px',
|
||||
},
|
||||
pt: {
|
||||
type: String,
|
||||
value: undefined,
|
||||
},
|
||||
pb: {
|
||||
type: String,
|
||||
value: undefined,
|
||||
},
|
||||
pl: {
|
||||
type: String,
|
||||
value: undefined,
|
||||
},
|
||||
pr: {
|
||||
type: String,
|
||||
value: undefined,
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user