Skip to content

Commit 96b9339

Browse files
authored
Merge pull request #153 from cuixiaorui/master
chore: remove ComponentOptionsMixin
2 parents a1f65c6 + 0eb1f44 commit 96b9339

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/mount.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import {
1717
ComponentOptionsBase,
1818
ComponentPropsOptions,
1919
AppConfig,
20-
VNodeProps
20+
VNodeProps,
21+
ComponentOptionsMixin
2122
} from 'vue'
2223

2324
import { config } from './config'
@@ -34,17 +35,6 @@ import {
3435
} from './constants'
3536
import { stubComponents } from './stubs'
3637

37-
// TODO remove when https://github.com/vuejs/vue-next/pull/1361 is merged
38-
type ComponentOptionsMixin = ComponentOptionsBase<
39-
any,
40-
any,
41-
any,
42-
any,
43-
any,
44-
any,
45-
any,
46-
any
47-
>
4838
type Slot = VNode | string | { render: Function } | Function
4939

5040
type SlotDictionary = {

0 commit comments

Comments
 (0)