UListElement.created 构造函数

UListElement.created()

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

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

实现

UListElement.created() : super.created();