mirror of https://github.com/vuejs/core.git
fix(types): export ComponentOptionsMixin (#1361)
The newly introduced `ComponentOptionsMixin` was not re-exported.
This commit is contained in:
parent
250eb4a5bc
commit
68e2d6c68a
|
@ -159,6 +159,7 @@ export {
|
|||
} from './component'
|
||||
export {
|
||||
ComponentOptions,
|
||||
ComponentOptionsMixin,
|
||||
ComponentOptionsWithoutProps,
|
||||
ComponentOptionsWithObjectProps,
|
||||
ComponentOptionsWithArrayProps,
|
||||
|
|
Loading…
Reference in New Issue