FEDiffuseLightingElement.created 构造函数
当自定义元素被创建时,由 DOM 实例化的构造函数。
只能从子类的 created 构造函数中调用。
实现
FEDiffuseLightingElement.created() : super.created();
当自定义元素被创建时,由 DOM 实例化的构造函数。
只能从子类的 created 构造函数中调用。
FEDiffuseLightingElement.created() : super.created();