附加的方法

void attached()

当此元素被插入到活动文档中时,由DOM调用。

警告:此API是多个自定义元素API的一部分,这些API已不再支持。

实现

void attached() {
  // For the deprecation period, call the old callback.
  enteredView();
}