Skip to content

Commit afdd344

Browse files
ustbhuangyichrisvfritz
authored andcommitted
Modify the api doc of extends. (#1379)
* Since the merge logic are the same,user can use mixins instead of extends * remove the superfluous sentence
1 parent 6fd9f0a commit afdd344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ type: api
978978
979979
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.
980980
981-
This is similar to `mixins`, the difference being that the component's own options takes higher priority than the source component being extended.
981+
This is similar to `mixins`.
982982
983983
- **Example:**
984984

0 commit comments

Comments
 (0)