diff --git a/Component.md b/Component.md index 1b3a5fd..46b52c7 100644 --- a/Component.md +++ b/Component.md @@ -94,7 +94,11 @@ static styles = css` ``` -### 4. reg(name``) +### 4. animation`` +> 用于配置动画的属性。这里不重复说明了, 详情请看 [动画配置](template#特殊属性之-animation) + + +### 5. reg(name``) > 用于注册组件的静态方法。用此方法注册的组件, 均以`wc-`开头。如果需要注册为其他名字的组件, 请自行使用`customElements.define()`方法。 ```js