Skip to content

Commit

Permalink
fix: GlobalComponents no effect on vue2 if @vue/runtime-dom not ins…
Browse files Browse the repository at this point in the history
…tall

close #1469
  • Loading branch information
johnsoncodehk committed Jun 17, 2022
1 parent 0b52c52 commit cefed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-typescript/src/utils/localTypes.ts
Expand Up @@ -27,7 +27,7 @@ type ForableSource<T> = [
export type GlobalComponents =
PickNotAny<import('vue').GlobalComponents, {}>
& PickNotAny<import('@vue/runtime-dom').GlobalComponents, {}>
& PickNotAny<import('@vue/runtime-core').GlobalComponents, {}>
& Pick<typeof vue,
'Transition'
| 'TransitionGroup'
Expand Down

0 comments on commit cefed1e

Please sign in to comment.