]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(types): export ComponentOptionsMixin (#1361)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Mon, 15 Jun 2020 15:13:00 +0000 (17:13 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 15:13:00 +0000 (11:13 -0400)
The newly introduced `ComponentOptionsMixin` was not re-exported.

packages/runtime-core/src/index.ts

index ed929a027c2c0b9af401537f31dba0f761da2056..86c1986941f5afd2f32b63bc110d807e10107e4c 100644 (file)
@@ -159,6 +159,7 @@ export {
 } from './component'
 export {
   ComponentOptions,
+  ComponentOptionsMixin,
   ComponentOptionsWithoutProps,
   ComponentOptionsWithObjectProps,
   ComponentOptionsWithArrayProps,