UseElement.created 构造函数

UseElement.created()

在创建自定义元素时,由 DOM 实例化的构造函数。

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

实现

UseElement.created() : super.created();