Skip to content

Commit

Permalink
fix: overlays dep inject error
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed May 6, 2023
1 parent 8134918 commit e4e9c33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/@vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@overlays/core": "workspace:^",
"@vueuse/core": "^9.13.0",
"pascal-case": "latest",
"vue": "^3",
"vue-demi": ">=0.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/@vue/src/define/constructor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createConstructor } from '@overlays/core'
import { pascalCase } from 'pascal-case'
import type { AppContext, Component } from 'vue'
import { createApp, defineComponent, h, provide } from 'vue'
import type { AppContext, Component } from 'vue-demi'
import { createApp, defineComponent, h, provide } from 'vue-demi'

import { OverlayMetaKey } from '../internal'
import { useVisibleScripts } from '../composable'
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { App, AppContext } from 'vue'
import type { App, AppContext } from 'vue-demi'
import { context } from '../internal'

export function inheritParent(app: App<Element>, appContext?: AppContext) {
Expand Down

1 comment on commit e4e9c33

@vercel
Copy link

@vercel vercel bot commented on e4e9c33 May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

unoverlays – ./

unoverlays-tuimao.vercel.app
unoverlays-git-master-tuimao.vercel.app
unoverlays.vercel.app

Please sign in to comment.