towxml.js 187 B

12345678910111213141516
  1. Component({
  2. options:{
  3. styleIsolation:'shared'
  4. },
  5. properties:{
  6. nodes:{
  7. type:Object,
  8. value:{}
  9. }
  10. },
  11. data:{
  12. someData:{
  13. }
  14. }
  15. })