MapElement.created 构造函数

MapElement.created()

当自定义元素被创建时,由 DOM 实例化。

只能由子类从其 created 构造函数中调用。

实现

MapElement.created() : super.created();