diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index b1f29e521d..8f968365fa 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -402,7 +402,7 @@ p. **@** symbol and invoking it with a metadata object, just above the class. `Component`是一个*装饰器函数*,它接受一个*元数据对象*作为参数。 - 通过给这个函数加上**@**前缀,可以把这个函数加到组件类上,比如上面这个类。 + 通过给这个函数加上**@**前缀,并使用metadata对象调用它,可以把这个函数加到组件类上,比如上面这个类。 :marked `@Component` is #{_a} *#{_decorator}* that allows us to associate *metadata* with the component class.