electricity_bill_calc_wx/childPackage/miniprogram_npm/towxml/table/table.js

11 lines
119 B
JavaScript

Component({
options: {
styleIsolation: 'shared'
},
properties: {
data: {
type: Object,
value: {}
}
}
})