调整分包,完成隐私协议(样式待优化)
This commit is contained in:
11
childPackage/miniprogram_npm/towxml/table/table.js
Normal file
11
childPackage/miniprogram_npm/towxml/table/table.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Component({
|
||||
options: {
|
||||
styleIsolation: 'shared'
|
||||
},
|
||||
properties: {
|
||||
data: {
|
||||
type: Object,
|
||||
value: {}
|
||||
}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user