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