附加 方法

void 附加()

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

更多信息可以在自定义元素草案规范中找到。

实现

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