ASEMiniProgram/dist/panel/index.js

20 lines
347 B
JavaScript
Raw Normal View History

2021-03-20 17:48:56 +00:00
Component({
externalClasses: ['i-class'],
properties: {
title: {
type: String,
value: ''
},
// 标题顶部距离
hideTop: {
type: Boolean,
value: false
},
hideBorder: {
type: Boolean,
value: false
}
}
});