You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/typescript/advanced.md
+38
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,44 @@ If you check the [defineComponent source-code](https://github.com/vuejs/core/blo
129
129
130
130
`DefineComponent` generic order is pretty stable, but it's not guaranteed to be the same in future versions, the reason is because it needs to support the full Vue behavior (eg: Mixins/Extends), so it's recommended to use the more stable helper [DeclareComponent](./../../api/utility-types.html#declarecomponent) instead.
Returnedfrom [defineComponent](./../../api/general.html#definecomponent), has [Options](#options), [Render](#render) and [Instance](#instance) informationaboutthecomponent.
0 commit comments