Accessing all inner elements in Polymer?

后端 未结 1 1723
孤街浪徒
孤街浪徒 2021-01-05 12:42

I have:


    

When I define the template like this

1条回答
  •  旧时难觅i
    2021-01-05 13:10

    (insertion points) are for rendering elements in the light DOM at specific locations in the Shadow DOM. Using says "render any elements here. If you want all light DOM nodes to be invited into the rendering party, simply use .

    The other issues with your snippet:

    • The name of the element needs to be defined on , not as