diff --git a/src/v2/api/index.md b/src/v2/api/index.md index c95fc5ece7..c54bfb0430 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -977,7 +977,7 @@ type: api Allows declaratively extending another component (could be either a plain options object or a constructor) without having to use `Vue.extend`. This is primarily intended to make it easier to extend between single file components. - This is similar to `mixins`, the difference being that the component's own options takes higher priority than the source component being extended. + This is similar to `mixins`. - **Example:**