Skip to content

Commit

Permalink
Merge pull request #153 from cuixiaorui/master
Browse files Browse the repository at this point in the history
chore: remove ComponentOptionsMixin
  • Loading branch information
lmiller1990 authored Jul 11, 2020
2 parents a1f65c6 + 0eb1f44 commit 96b9339
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
ComponentOptionsBase,
ComponentPropsOptions,
AppConfig,
VNodeProps
VNodeProps,
ComponentOptionsMixin
} from 'vue'

import { config } from './config'
Expand All @@ -34,17 +35,6 @@ import {
} from './constants'
import { stubComponents } from './stubs'

// TODO remove when https://github.com/vuejs/vue-next/pull/1361 is merged
type ComponentOptionsMixin = ComponentOptionsBase<
any,
any,
any,
any,
any,
any,
any,
any
>
type Slot = VNode | string | { render: Function } | Function

type SlotDictionary = {
Expand Down

0 comments on commit 96b9339

Please sign in to comment.