diff --git a/src/v2/api/index.md b/src/v2/api/index.md index cec4e33bc0..514d658687 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -1621,7 +1621,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc `ref` is used to register a reference to an element or a child component. The reference will be registered under the parent component's `$refs` object. If used on a plain DOM element, the reference will be that element; if used on a child component, the reference will be component instance: ``` html - +
hello